mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 18:40:14 -04:00
501 lines
18 KiB
YAML
501 lines
18 KiB
YAML
path: charts
|
|
title: Charts
|
|
icon: mdi:chart-line
|
|
cards:
|
|
- type: vertical-stack
|
|
cards:
|
|
- type: vertical-stack
|
|
cards:
|
|
- type: glance
|
|
entities:
|
|
- entity: sensor.last_system_boot
|
|
name: Last System Boot
|
|
- entity: sensor.hassio_version
|
|
name: Hassio Version
|
|
- entity: update.home_assistant_supervisor_update
|
|
name: Supervisor
|
|
icon: mdi:home-assistant
|
|
|
|
- type: grid
|
|
columns: 3
|
|
square: false
|
|
cards:
|
|
- type: custom:mini-graph-card
|
|
align_icon: left
|
|
align_state: center
|
|
entities:
|
|
- sensor.processor_use
|
|
font_size: 50
|
|
icon: mdi:chip
|
|
name: HA CPU
|
|
hours_to_show: 4
|
|
points_per_hour: 3
|
|
show:
|
|
fill: false
|
|
- type: custom:mini-graph-card
|
|
align_icon: left
|
|
align_state: center
|
|
entities:
|
|
- sensor.memory_use_percent
|
|
font_size: 50
|
|
name: HA Mem
|
|
hours_to_show: 4
|
|
points_per_hour: 3
|
|
show:
|
|
fill: false
|
|
- type: custom:mini-graph-card
|
|
align_icon: left
|
|
align_state: center
|
|
entities:
|
|
- sensor.disk_use_percent_home
|
|
font_size: 50
|
|
name: HA Disk
|
|
hours_to_show: 4
|
|
points_per_hour: 3
|
|
show:
|
|
fill: false
|
|
|
|
- type: custom:mini-graph-card
|
|
align_icon: left
|
|
align_state: center
|
|
entities:
|
|
- sensor.dream_nas_cpu_utilization_total
|
|
font_size: 50
|
|
name: NAS CPU
|
|
hours_to_show: 4
|
|
points_per_hour: 3
|
|
show:
|
|
fill: false
|
|
- type: custom:mini-graph-card
|
|
align_icon: left
|
|
align_state: center
|
|
entities:
|
|
- sensor.dream_nas_memory_usage_real
|
|
font_size: 50
|
|
name: NAS Mem
|
|
hours_to_show: 4
|
|
points_per_hour: 3
|
|
show:
|
|
fill: false
|
|
- type: custom:mini-graph-card
|
|
align_icon: left
|
|
align_state: center
|
|
entities:
|
|
- sensor.dream_nas_volume_1_volume_used
|
|
font_size: 50
|
|
name: NAS Disk
|
|
hours_to_show: 4
|
|
points_per_hour: 3
|
|
show:
|
|
fill: false
|
|
|
|
- type: custom:mini-graph-card
|
|
align_icon: left
|
|
align_state: center
|
|
entities:
|
|
- sensor.mariadb_size
|
|
font_size: 50
|
|
name: LocalDB
|
|
hours_to_show: 168
|
|
points_per_hour: 1
|
|
show:
|
|
fill: false
|
|
# - type: vertical-stack
|
|
# cards:
|
|
# - type: entities
|
|
# title: Database Statistics
|
|
# entities:
|
|
# - entity: sensor.database_size
|
|
# name: Database Size
|
|
# icon: mdi:database
|
|
# - entity: sensor.database_tables_count
|
|
# name: Number of Tables
|
|
# icon: mdi:table
|
|
# - entity: sensor.database_total_records
|
|
# name: Total Records
|
|
# icon: mdi:counter
|
|
# - type: entities
|
|
# title: MariaDB Status
|
|
# entities:
|
|
# - entity: sensor.mariadb_status
|
|
# name: Server Status
|
|
# icon: mdi:database
|
|
# - entity: sensor.mariadb_version_2
|
|
# name: Version
|
|
# icon: mdi:database-check
|
|
# - entity: sensor.mariadb_performance
|
|
# name: Performance
|
|
# icon: mdi:chart-line
|
|
# - entity: sensor.mariadb_uptime
|
|
# name: Uptime
|
|
# icon: mdi:timer-outline
|
|
# - entity: sensor.mariadb_connections
|
|
# name: Active Connections
|
|
# icon: mdi:connection
|
|
# - entity: sensor.mariadb_questions
|
|
# name: Total Queries
|
|
# icon: mdi:database-search
|
|
# - type: grid
|
|
# cards:
|
|
# - type: custom:mushroom-template-card
|
|
# primary: InnoDB Buffer Pool
|
|
# secondary: "{{ states('sensor.mariadb_buffer_pool_size') }}"
|
|
# icon: mdi:memory
|
|
# layout: vertical
|
|
# icon_color: blue
|
|
# - type: custom:mushroom-template-card
|
|
# primary: Max Connections
|
|
# secondary: "{{ states('sensor.mariadb_max_connections') }}"
|
|
# icon: mdi:account-multiple
|
|
# layout: vertical
|
|
# icon_color: green
|
|
# - type: custom:mushroom-template-card
|
|
# primary: Log File Size
|
|
# secondary: "{{ states('sensor.mariadb_log_file_size') }}"
|
|
# icon: mdi:file
|
|
# layout: vertical
|
|
# icon_color: orange
|
|
# - type: custom:mushroom-template-card
|
|
# primary: Temp Table Size
|
|
# secondary: "{{ states('sensor.mariadb_tmp_table_size') }}"
|
|
# icon: mdi:table
|
|
# layout: vertical
|
|
# icon_color: purple
|
|
# - type: custom:mushroom-template-card
|
|
# primary: IO Capacity
|
|
# secondary: "{{ states('sensor.mariadb_io_capacity') }}"
|
|
# icon: mdi:speedometer
|
|
# layout: vertical
|
|
# icon_color: red
|
|
# - type: custom:mushroom-template-card
|
|
# primary: IO Threads
|
|
# secondary: "{{ states('sensor.mariadb_io_threads') }}"
|
|
# icon: mdi:developer-board
|
|
# layout: vertical
|
|
# icon_color: cyan
|
|
# - type: custom:mushroom-template-card
|
|
# primary: Table Cache
|
|
# secondary: "{{ states('sensor.mariadb_table_cache') }}"
|
|
# icon: mdi:cached
|
|
# layout: vertical
|
|
# icon_color: amber
|
|
# - type: custom:mushroom-template-card
|
|
# primary: Buffer Sizes
|
|
# secondary: "{{ states('sensor.mariadb_buffer_sizes') }}"
|
|
# icon: mdi:buffer
|
|
# layout: vertical
|
|
# icon_color: teal
|
|
- type: glance
|
|
show_icon: false
|
|
columns: 3
|
|
entities:
|
|
- entity: sensor.count_binary_sensors
|
|
name: Binary Sensors
|
|
- entity: sensor.count_sensors
|
|
name: Sensors
|
|
- entity: sensor.count_switches
|
|
name: Switches
|
|
- entity: sensor.count_device_trackers
|
|
name: Device Trackers
|
|
- entity: sensor.count_automations
|
|
name: Automations
|
|
- entity: sensor.count_scripts
|
|
name: Scripts
|
|
- entity: sensor.count_input_booleans
|
|
name: Bools
|
|
- entity: sensor.count_input_numbers
|
|
name: Numbers
|
|
- entity: sensor.count_input_datetimes
|
|
name: DateTimes
|
|
- entity: sensor.count_input_selects
|
|
name: Selects
|
|
- entity: sensor.count_zones
|
|
name: Zones
|
|
- entity: sensor.count_input_texts
|
|
name: Texts
|
|
|
|
# - type: glance
|
|
# show_header_toggle: false
|
|
# show_state: false
|
|
# title: false
|
|
# entities:
|
|
# - entity: zone.home
|
|
# icon: mdi:home-assistant
|
|
# name: Hassio
|
|
# tap_action:
|
|
# action: call-service
|
|
# service: homeassistant.restart
|
|
# - entity: zone.home
|
|
# icon: mdi:cogs
|
|
# name: Automation
|
|
# tap_action:
|
|
# action: call-service
|
|
# service: automation.reload
|
|
# - entity: zone.home
|
|
# icon: mdi:script-text
|
|
# name: Script
|
|
# tap_action:
|
|
# action: call-service
|
|
# service: script.reload
|
|
# - entity: zone.home
|
|
# icon: mdi:group
|
|
# name: Groups
|
|
# tap_action:
|
|
# action: call-service
|
|
# service: group.reload
|
|
|
|
# - type: vertical-stack
|
|
# cards:
|
|
# - type: glance
|
|
# entities:
|
|
# - entity: sensor.coral_inference_speed
|
|
# name: Inference
|
|
# - entity: sensor.detection_fps
|
|
# name: Detection
|
|
|
|
# - entities:
|
|
# - entity: sensor.coral_inference_speed
|
|
# hours_to_show: 12
|
|
# refresh_interval: 60
|
|
# title: Inference Speed
|
|
# type: history-graph
|
|
|
|
- type: vertical-stack
|
|
cards:
|
|
- type: horizontal-stack
|
|
cards:
|
|
- type: custom:mushroom-entity-card
|
|
layout: vertical
|
|
entity: sensor.master_bedroom_multisensor_illuminance
|
|
name: Master Bedroom
|
|
icon_type: none
|
|
- type: custom:mushroom-entity-card
|
|
entity: input_number.master_bedroom_light_level_trigger
|
|
layout: vertical
|
|
name: Master Bedroom
|
|
icon_type: none
|
|
- type: custom:mushroom-entity-card
|
|
entity: binary_sensor.master_bedroom_naturally_lit
|
|
name: Naturally Lit
|
|
layout: vertical
|
|
secondary_info: state
|
|
icon_type: none
|
|
|
|
- type: horizontal-stack
|
|
cards:
|
|
- type: custom:mushroom-entity-card
|
|
layout: vertical
|
|
entity: sensor.girls_room_multisensor_illuminance
|
|
name: Nursery
|
|
icon_type: none
|
|
- type: custom:mushroom-entity-card
|
|
entity: input_number.girls_room_light_level_trigger
|
|
layout: vertical
|
|
name: Nursery
|
|
icon_type: none
|
|
- type: custom:mushroom-entity-card
|
|
entity: binary_sensor.girls_room_naturally_lit
|
|
name: Naturally Lit
|
|
layout: vertical
|
|
secondary_info: state
|
|
icon_type: none
|
|
|
|
- type: horizontal-stack
|
|
cards:
|
|
- type: custom:mushroom-entity-card
|
|
layout: vertical
|
|
entity: sensor.kitchen_multisensor_illuminance
|
|
name: Kitchen
|
|
icon_type: none
|
|
- type: custom:mushroom-entity-card
|
|
entity: input_number.kitchen_light_level_trigger
|
|
layout: vertical
|
|
name: Kitchen
|
|
icon_type: none
|
|
- type: custom:mushroom-entity-card
|
|
entity: binary_sensor.kitchen_naturally_lit
|
|
name: Naturally Lit
|
|
layout: vertical
|
|
secondary_info: state
|
|
icon_type: none
|
|
|
|
- type: horizontal-stack
|
|
cards:
|
|
- type: custom:mushroom-entity-card
|
|
layout: vertical
|
|
entity: sensor.dining_room_multisensor_illuminance
|
|
name: Dining Room
|
|
icon_type: none
|
|
- type: custom:mushroom-entity-card
|
|
entity: input_number.dining_room_light_level_trigger
|
|
layout: vertical
|
|
name: Dining Room
|
|
icon_type: none
|
|
- type: custom:mushroom-entity-card
|
|
entity: binary_sensor.dining_room_naturally_lit
|
|
name: Naturally Lit
|
|
layout: vertical
|
|
secondary_info: state
|
|
icon_type: none
|
|
|
|
- type: horizontal-stack
|
|
cards:
|
|
- type: custom:mushroom-entity-card
|
|
layout: vertical
|
|
entity: sensor.front_room_hue_motion_sensor_illuminance
|
|
name: Front Room
|
|
icon_type: none
|
|
- type: custom:mushroom-entity-card
|
|
entity: input_number.front_room_light_level_trigger
|
|
layout: vertical
|
|
name: Front Room
|
|
icon_type: none
|
|
- type: custom:mushroom-entity-card
|
|
entity: binary_sensor.front_room_naturally_lit
|
|
name: Naturally Lit
|
|
layout: vertical
|
|
secondary_info: state
|
|
icon_type: none
|
|
|
|
- type: horizontal-stack
|
|
cards:
|
|
- type: custom:mushroom-entity-card
|
|
layout: vertical
|
|
entity: sensor.entryway_hue_motion_sensor_illuminance
|
|
name: Entryway
|
|
icon_type: none
|
|
- type: custom:mushroom-entity-card
|
|
entity: input_number.entryway_light_level_trigger
|
|
layout: vertical
|
|
name: Entryway
|
|
icon_type: none
|
|
- type: custom:mushroom-entity-card
|
|
entity: binary_sensor.entryway_naturally_lit
|
|
name: Naturally Lit
|
|
layout: vertical
|
|
secondary_info: state
|
|
icon_type: none
|
|
|
|
- type: horizontal-stack
|
|
cards:
|
|
- type: custom:mushroom-entity-card
|
|
layout: vertical
|
|
entity: sensor.computer_area_multisensor_illuminance
|
|
name: Computer Area
|
|
icon_type: none
|
|
- type: custom:mushroom-entity-card
|
|
entity: input_number.computer_area_light_level_trigger
|
|
layout: vertical
|
|
name: Computer Area
|
|
icon_type: none
|
|
- type: custom:mushroom-entity-card
|
|
entity: binary_sensor.computer_area_naturally_lit
|
|
name: Naturally Lit
|
|
layout: vertical
|
|
secondary_info: state
|
|
icon_type: none
|
|
|
|
- type: horizontal-stack
|
|
cards:
|
|
- type: custom:mushroom-entity-card
|
|
layout: vertical
|
|
entity: sensor.great_room_multisensor_illuminance
|
|
name: Great Room
|
|
icon_type: none
|
|
- type: custom:mushroom-entity-card
|
|
entity: input_number.great_room_light_level_trigger
|
|
layout: vertical
|
|
name: Great Room
|
|
icon_type: none
|
|
- type: custom:mushroom-entity-card
|
|
entity: binary_sensor.great_room_naturally_lit
|
|
name: Naturally Lit
|
|
layout: vertical
|
|
secondary_info: state
|
|
icon_type: none
|
|
|
|
- type: horizontal-stack
|
|
cards:
|
|
- type: custom:mushroom-entity-card
|
|
layout: vertical
|
|
entity: sensor.boys_room_multisensor_illuminance
|
|
name: Boys Room
|
|
icon_type: none
|
|
- type: custom:mushroom-entity-card
|
|
entity: input_number.boys_room_light_level_trigger
|
|
layout: vertical
|
|
name: Boys Room
|
|
icon_type: none
|
|
- type: custom:mushroom-entity-card
|
|
entity: binary_sensor.boys_room_naturally_lit
|
|
name: Naturally Lit
|
|
layout: vertical
|
|
secondary_info: state
|
|
icon_type: none
|
|
|
|
- type: horizontal-stack
|
|
cards:
|
|
- type: custom:mushroom-entity-card
|
|
layout: vertical
|
|
entity: sensor.front_porch_hue_motion_sensor_illuminance
|
|
name: Front Porch
|
|
icon_type: none
|
|
- type: custom:mushroom-entity-card
|
|
entity: input_number.garage_overhead_light_level_trigger
|
|
layout: vertical
|
|
name: Garage Overhead
|
|
icon_type: none
|
|
- type: custom:mushroom-entity-card
|
|
entity: binary_sensor.garage_naturally_lit
|
|
name: Naturally Lit
|
|
layout: vertical
|
|
secondary_info: state
|
|
icon_type: none
|
|
|
|
- type: horizontal-stack
|
|
cards:
|
|
- type: custom:mushroom-entity-card
|
|
layout: vertical
|
|
entity: sensor.front_porch_hue_motion_sensor_illuminance
|
|
name: Front Porch
|
|
icon_type: none
|
|
- type: custom:mushroom-entity-card
|
|
entity: input_number.front_porch_light_level_trigger
|
|
layout: vertical
|
|
name: Front Porch
|
|
icon_type: none
|
|
- type: custom:mushroom-entity-card
|
|
entity: binary_sensor.front_porch_naturally_lit
|
|
name: Naturally Lit
|
|
layout: vertical
|
|
secondary_info: state
|
|
icon_type: none
|
|
|
|
- type: horizontal-stack
|
|
cards:
|
|
- type: custom:mushroom-entity-card
|
|
layout: vertical
|
|
entity: sensor.deck_hue_motion_sensor_illuminance
|
|
name: Deck
|
|
icon_type: none
|
|
- type: custom:mushroom-entity-card
|
|
entity: input_number.deck_light_level_trigger
|
|
layout: vertical
|
|
name: Deck
|
|
icon_type: none
|
|
- type: custom:mushroom-entity-card
|
|
entity: binary_sensor.deck_naturally_lit
|
|
name: Naturally Lit
|
|
layout: vertical
|
|
secondary_info: state
|
|
icon_type: none
|
|
|
|
- type: glance
|
|
entities:
|
|
- entity: input_number.is_dark
|
|
name: Dark
|
|
- entity: input_number.is_dim
|
|
name: Dim
|
|
- entity: input_number.is_daylight
|
|
name: Daylight
|