mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-10 11:00:14 -04:00
initial push
This commit is contained in:
@@ -0,0 +1,417 @@
|
||||
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: 96
|
||||
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.local_mariadb_database_size
|
||||
font_size: 50
|
||||
icon: mdi:database
|
||||
name: Database
|
||||
hours_to_show: 96
|
||||
points_per_hour: 3
|
||||
show:
|
||||
fill: false
|
||||
- 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.nursery_multisensor_illuminance
|
||||
name: Nursery
|
||||
icon_type: none
|
||||
- type: custom:mushroom-entity-card
|
||||
entity: input_number.nursery_light_level_trigger
|
||||
layout: vertical
|
||||
name: Nursery
|
||||
icon_type: none
|
||||
- type: custom:mushroom-entity-card
|
||||
entity: binary_sensor.nursery_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_light_level
|
||||
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_light_level
|
||||
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.blue_room_multisensor_illuminance
|
||||
name: Blue Room
|
||||
icon_type: none
|
||||
- type: custom:mushroom-entity-card
|
||||
entity: input_number.blue_room_light_level_trigger
|
||||
layout: vertical
|
||||
name: Blue Room
|
||||
icon_type: none
|
||||
- type: custom:mushroom-entity-card
|
||||
entity: binary_sensor.blue_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_light_level
|
||||
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_light_level
|
||||
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_light_level
|
||||
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
|
||||
Reference in New Issue
Block a user