mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-09-06 18:08:45 +00:00
Initial versions of hallway dashboards per mode
This commit is contained in:
@@ -2,5 +2,60 @@ type: custom:layout-card
|
||||
layout: horizontal
|
||||
max_columns: 2
|
||||
cards:
|
||||
- type: custom:button-card
|
||||
template: [hallway_dashboard_mode]
|
||||
- type: vertical-stack
|
||||
cards:
|
||||
- type: custom:button-card
|
||||
template: [hallway_dashboard_mode]
|
||||
- type: custom:weather-card
|
||||
current: true
|
||||
details: true
|
||||
entity: weather.dark_sky
|
||||
forecast: true
|
||||
- type: vertical-stack
|
||||
cards:
|
||||
- type: grid
|
||||
square: false
|
||||
columns: 4
|
||||
cards:
|
||||
- type: custom:button-card
|
||||
template: [mobile, with_state_background]
|
||||
entity: binary_sensor.living_room_right_window
|
||||
name: Living room
|
||||
- type: custom:button-card
|
||||
template: [mobile, with_state_background]
|
||||
entity: binary_sensor.bedroom_left_window
|
||||
name: Bedroom left
|
||||
- type: custom:button-card
|
||||
template: [mobile, with_state_background]
|
||||
entity: binary_sensor.bedroom_right_window
|
||||
name: Bedroom right
|
||||
- type: custom:button-card
|
||||
template: [mobile, with_state_background]
|
||||
entity: binary_sensor.kitchen_window
|
||||
name: Kitchen
|
||||
- type: custom:button-card
|
||||
template: [mobile, with_state_background]
|
||||
entity: binary_sensor.front_door
|
||||
- type: custom:button-card
|
||||
template: [mobile, with_state_background]
|
||||
entity: binary_sensor.bedroom_door
|
||||
|
||||
- type: custom:mini-graph-card
|
||||
hours_to_show: 72
|
||||
line_width: 2
|
||||
entities:
|
||||
- sensor.dark_sky_precip_probability
|
||||
- sensor.dark_sky_cloud_coverage
|
||||
|
||||
- type: entities
|
||||
entities:
|
||||
- type: custom:decluttering-card
|
||||
template: percentage_card
|
||||
variables:
|
||||
- name: Quarantine
|
||||
- entity: sensor.quarantined_percent
|
||||
- icon: mdi:percent
|
||||
- orange: 100
|
||||
- red: 100
|
||||
- entity: sensor.quarantine_times_left
|
||||
name: Times left
|
||||
|
||||
Reference in New Issue
Block a user