Update dashboards

This commit is contained in:
2020-04-04 15:30:43 +03:00
parent 431c68c00f
commit 933ff7511d
7 changed files with 181 additions and 181 deletions
+10 -17
View File
@@ -22,7 +22,7 @@ cards:
- type: custom:button-card - type: custom:button-card
template: small template: small
entity: light.master_bedroom_main_lights entity: light.master_bedroom_main_lights
name: Bedroom name: "M. Bedroom"
- type: custom:button-card - type: custom:button-card
template: small template: small
entity: light.tuya_hallway_main_lights entity: light.tuya_hallway_main_lights
@@ -65,16 +65,6 @@ cards:
entities: entities:
- binary_sensor.sonos_recoverable - binary_sensor.sonos_recoverable
- type: entities
title: Manual controls
show_header_toggle: false
entities:
- input_boolean.speech_notifications
- input_boolean.guest_mode
- input_boolean.domestina
- input_boolean.sleep_mode
- input_boolean.georgi_home
# Column 2: Sensors # Column 2: Sensors
- type: vertical-stack - type: vertical-stack
cards: cards:
@@ -87,9 +77,11 @@ cards:
- type: custom:button-card - type: custom:button-card
template: small template: small
entity: binary_sensor.living_room_right_window_on_off_wrapper entity: binary_sensor.living_room_right_window_on_off_wrapper
name: Living room
- type: custom:button-card - type: custom:button-card
template: small template: small
entity: binary_sensor.bedroom_right_window_on_off_wrapper entity: binary_sensor.bedroom_right_window_on_off_wrapper
name: Master bedroom
- type: entities - type: entities
title: Presence title: Presence
@@ -100,19 +92,20 @@ cards:
- device_tracker.tile_1bcb2b3021b9f96b - device_tracker.tile_1bcb2b3021b9f96b
- type: entities - type: entities
title: Misc Badges title: Manual controls
show_header_toggle: false show_header_toggle: false
entities: entities:
- sun.sun - input_boolean.speech_notifications
- sensor.carbon_battery_level - input_boolean.guest_mode
- sensor.carbon_steps - input_boolean.domestina
- binary_sensor.updater - input_boolean.sleep_mode
- input_boolean.georgi_home
# Column 3: Misc # Column 3: Misc
- type: vertical-stack - type: vertical-stack
title: Alarm
cards: cards:
- type: entities - type: entities
title: Alarm
entities: entities:
- input_boolean.alarm_enabled - input_boolean.alarm_enabled
- input_datetime.alarm_time - input_datetime.alarm_time
@@ -2,7 +2,11 @@ title: Living Room
path: living-room path: living-room
icon: "mdi:sofa" icon: "mdi:sofa"
badges: [] badges: []
panel: true
cards: cards:
- type: custom:layout-card
layout: horizontal
cards:
- type: vertical-stack - type: vertical-stack
cards: cards:
- type: entities - type: entities
@@ -58,13 +62,6 @@ cards:
hide_state: true hide_state: true
step: 5 step: 5
- type: glance
show_state: false
entities:
- binary_sensor.titanium
- entity: script.titanium_start
name: Start
- type: custom:decluttering-card - type: custom:decluttering-card
template: sonos_media_player template: sonos_media_player
variables: variables:
@@ -73,8 +70,12 @@ cards:
- type: "custom:mini-media-player" - type: "custom:mini-media-player"
entity: media_player.living_room_tv entity: media_player.living_room_tv
- type: "custom:mini-media-player" - type: glance
entity: media_player.playstation_4 show_state: false
entities:
- binary_sensor.titanium
- entity: script.titanium_start
name: Start
- type: vertical-stack - type: vertical-stack
cards: cards:
@@ -87,6 +88,27 @@ cards:
- binary_sensor.living_room_right_window_on_off_wrapper - binary_sensor.living_room_right_window_on_off_wrapper
- sensor.living_room_right_window_power - sensor.living_room_right_window_power
- type: vertical-stack
cards:
- type: glance
title: Sensors
entities:
- entity: binary_sensor.motion_2_ias_zone
- entity: sensor.motion_2_illuminance
- entity: binary_sensor.motion_2_occupancy
- entity: sensor.motion_2_power
- type: "custom:mini-graph-card"
animate: true
points_per_hour: 1
hours_to_show: 48
show:
graph: bar
average: true
extrema: true
entities:
- entity: sensor.motion_2_illuminance
- type: vertical-stack - type: vertical-stack
cards: cards:
- type: picture-entity - type: picture-entity
@@ -2,7 +2,14 @@ title: Kitchen
path: kitchen path: kitchen
icon: "mdi:chef-hat" icon: "mdi:chef-hat"
badges: [] badges: []
panel: true
cards: cards:
- type: custom:layout-card
layout: horizontal
max_columns: 3
cards:
- type: vertical-stack
cards:
- type: entities - type: entities
title: Lights title: Lights
show_header_toggle: false show_header_toggle: false
@@ -21,6 +28,28 @@ cards:
template: sonos_media_player template: sonos_media_player
variables: variables:
- player: media_player.kitchen - player: media_player.kitchen
- type: vertical-stack
cards:
- type: glance
title: Sensors
entities:
- entity: binary_sensor.motion_1_ias_zone
- entity: sensor.motion_1_illuminance
- entity: binary_sensor.motion_1_occupancy
- entity: sensor.motion_1_power
- type: "custom:mini-graph-card"
animate: true
points_per_hour: 1
hours_to_show: 48
show:
graph: bar
average: true
extrema: true
entities:
- entity: sensor.motion_1_illuminance
- type: vertical-stack
cards:
- type: entities - type: entities
title: Brita Filter title: Brita Filter
icon: mdi:filter-outline icon: mdi:filter-outline
@@ -6,7 +6,7 @@ cards:
- type: vertical-stack - type: vertical-stack
cards: cards:
- type: "custom:mini-graph-card" - type: "custom:mini-graph-card"
graph: bar animate: true
points_per_hour: 1 points_per_hour: 1
hours_to_show: 72 hours_to_show: 72
show: show:
@@ -1,7 +1,7 @@
title: System title: System
path: system path: system
icon: "mdi:hammer-wrench" icon: "mdi:hammer-wrench"
badges: [] badges: [binary_sensor.updater]
cards: cards:
- type: entities - type: entities
title: Automations title: Automations
@@ -118,6 +118,9 @@ cards:
title: Batteries title: Batteries
show_header_toggle: false show_header_toggle: false
entities: entities:
- type: custom:battery-entity
entity: sensor.carbon_battery_level
- type: divider
- type: custom:battery-entity - type: custom:battery-entity
entity: sensor.front_door_power entity: sensor.front_door_power
- type: custom:battery-entity - type: custom:battery-entity
@@ -8,20 +8,6 @@ cards:
action: call-service action: call-service
service: frontend.reload_themes service: frontend.reload_themes
- type: glance
entities:
- entity: binary_sensor.motion_1_ias_zone
- entity: sensor.motion_1_illuminance
- entity: binary_sensor.motion_1_occupancy
- entity: sensor.motion_1_power
- type: glance
entities:
- entity: binary_sensor.motion_2_ias_zone
- entity: sensor.motion_2_illuminance
- entity: binary_sensor.motion_2_occupancy
- entity: sensor.motion_2_power
- type: entities - type: entities
entities: entities:
- entity: sensor.cube_analog_input - entity: sensor.cube_analog_input
@@ -30,39 +16,6 @@ cards:
- entity: sensor.carbon_activity - entity: sensor.carbon_activity
- entity: sensor.carbon_last_update_trigger - entity: sensor.carbon_last_update_trigger
- type: "custom:light-entity-card"
brightness: true
brightness_icon: weather-sunny
color_picker: true
color_temp: true
color_wheel: true
effects_list: true
entity: light.pc
full_width_sliders: false
group: false
persist_features: false
show_slider_percent: false
smooth_color_wheel: true
temperature_icon: thermometer
white_icon: file-word-box
white_value: true
- type: "custom:light-entity-card"
brightness: true
brightness_icon: weather-sunny
color_picker: true
color_temp: true
color_wheel: true
effects_list: true
entity: light.bedside_light
full_width_sliders: false
group: false
show_slider_percent: true
smooth_color_wheel: true
temperature_icon: thermometer
white_icon: file-word-box
white_value: true
- type: "custom:mini-graph-card" - type: "custom:mini-graph-card"
animate: true animate: true
entities: entities:
+1 -1
View File
@@ -49,7 +49,7 @@ views:
- type: custom:button-card - type: custom:button-card
template: small template: small
entity: light.master_bedroom_main_lights entity: light.master_bedroom_main_lights
name: Bedroom name: "M. Bedroom"
- type: custom:button-card - type: custom:button-card
template: small template: small
entity: light.tuya_hallway_main_lights entity: light.tuya_hallway_main_lights