mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-06-15 17:12:59 +00:00
Rearrange cards in vertical stacks
This commit is contained in:
+50
-41
@@ -3,6 +3,9 @@ path: default_view
|
|||||||
icon: "mdi:home"
|
icon: "mdi:home"
|
||||||
badges: []
|
badges: []
|
||||||
cards:
|
cards:
|
||||||
|
# Column 1: Active Controls
|
||||||
|
- type: vertical-stack
|
||||||
|
cards:
|
||||||
- type: entities
|
- type: entities
|
||||||
title: Lights
|
title: Lights
|
||||||
entities:
|
entities:
|
||||||
@@ -11,24 +14,6 @@ cards:
|
|||||||
- entity: light.pc
|
- entity: light.pc
|
||||||
show_header_toggle: false
|
show_header_toggle: false
|
||||||
|
|
||||||
- type: entities
|
|
||||||
title: Manual Control
|
|
||||||
entities:
|
|
||||||
- entity: input_boolean.sleep_mode
|
|
||||||
- entity: input_boolean.guest_mode
|
|
||||||
- entity: input_boolean.domestina
|
|
||||||
- entity: input_boolean.speech_notifications
|
|
||||||
- entity: input_boolean.georgi_home
|
|
||||||
show_header_toggle: false
|
|
||||||
|
|
||||||
- type: entities
|
|
||||||
title: Sensors
|
|
||||||
entities:
|
|
||||||
- entity: binary_sensor.front_door_on_off_wrapper
|
|
||||||
- entity: binary_sensor.living_room_right_window_on_off_wrapper
|
|
||||||
- entity: binary_sensor.bedroom_right_window_on_off_wrapper
|
|
||||||
show_header_toggle: false
|
|
||||||
|
|
||||||
- type: entities
|
- type: entities
|
||||||
title: Devices
|
title: Devices
|
||||||
entities:
|
entities:
|
||||||
@@ -37,24 +22,6 @@ cards:
|
|||||||
- entity: fan.philips_airpurifier
|
- entity: fan.philips_airpurifier
|
||||||
show_header_toggle: false
|
show_header_toggle: false
|
||||||
|
|
||||||
- type: entities
|
|
||||||
title: Presence
|
|
||||||
entities:
|
|
||||||
- entity: binary_sensor.georgi_home
|
|
||||||
- entity: device_tracker.carbon
|
|
||||||
- entity: device_tracker.tile_1bcb2b3021b9f96b
|
|
||||||
show_header_toggle: false
|
|
||||||
|
|
||||||
- type: "custom:travel-time-card"
|
|
||||||
title: "Travel time"
|
|
||||||
columns:
|
|
||||||
- name
|
|
||||||
- duration
|
|
||||||
- distance
|
|
||||||
entities:
|
|
||||||
- entity: sensor.home_to_work
|
|
||||||
- entity: sensor.work_to_home
|
|
||||||
|
|
||||||
- type: "custom:mini-media-player"
|
- type: "custom:mini-media-player"
|
||||||
artwork: cover
|
artwork: cover
|
||||||
entity: media_player.master_bedroom
|
entity: media_player.master_bedroom
|
||||||
@@ -68,11 +35,34 @@ cards:
|
|||||||
show_source: true
|
show_source: true
|
||||||
source: full
|
source: full
|
||||||
|
|
||||||
- type: "custom:weather-card"
|
- type: entities
|
||||||
current: true
|
title: Manual Overrides
|
||||||
details: true
|
entities:
|
||||||
entity: weather.dark_sky
|
- entity: input_boolean.sleep_mode
|
||||||
forecast: true
|
- entity: input_boolean.guest_mode
|
||||||
|
- entity: input_boolean.domestina
|
||||||
|
- entity: input_boolean.speech_notifications
|
||||||
|
- entity: input_boolean.georgi_home
|
||||||
|
show_header_toggle: false
|
||||||
|
|
||||||
|
# Column 2: Sensors
|
||||||
|
- type: vertical-stack
|
||||||
|
cards:
|
||||||
|
- type: entities
|
||||||
|
title: Sensors
|
||||||
|
entities:
|
||||||
|
- entity: binary_sensor.front_door_on_off_wrapper
|
||||||
|
- entity: binary_sensor.living_room_right_window_on_off_wrapper
|
||||||
|
- entity: binary_sensor.bedroom_right_window_on_off_wrapper
|
||||||
|
show_header_toggle: false
|
||||||
|
|
||||||
|
- type: entities
|
||||||
|
title: Presence
|
||||||
|
entities:
|
||||||
|
- entity: binary_sensor.georgi_home
|
||||||
|
- entity: device_tracker.carbon
|
||||||
|
- entity: device_tracker.tile_1bcb2b3021b9f96b
|
||||||
|
show_header_toggle: false
|
||||||
|
|
||||||
- type: entities
|
- type: entities
|
||||||
title: Misc Badges
|
title: Misc Badges
|
||||||
@@ -82,3 +72,22 @@ cards:
|
|||||||
- entity: sensor.carbon_steps
|
- entity: sensor.carbon_steps
|
||||||
- entity: binary_sensor.updater
|
- entity: binary_sensor.updater
|
||||||
show_header_toggle: false
|
show_header_toggle: false
|
||||||
|
|
||||||
|
# Column 3: Misc
|
||||||
|
- type: vertical-stack
|
||||||
|
cards:
|
||||||
|
- type: "custom:weather-card"
|
||||||
|
current: true
|
||||||
|
details: true
|
||||||
|
entity: weather.dark_sky
|
||||||
|
forecast: true
|
||||||
|
|
||||||
|
- type: "custom:travel-time-card"
|
||||||
|
title: "Travel time"
|
||||||
|
columns:
|
||||||
|
- name
|
||||||
|
- duration
|
||||||
|
- distance
|
||||||
|
entities:
|
||||||
|
- entity: sensor.home_to_work
|
||||||
|
- entity: sensor.work_to_home
|
||||||
|
|||||||
@@ -24,6 +24,8 @@ cards:
|
|||||||
- entity: light.living_room_4
|
- entity: light.living_room_4
|
||||||
- entity: light.pc
|
- entity: light.pc
|
||||||
|
|
||||||
|
- type: vertical-stack
|
||||||
|
cards:
|
||||||
- type: picture-entity
|
- type: picture-entity
|
||||||
aspect_ratio: 50%
|
aspect_ratio: 50%
|
||||||
entity: camera.amcrest_camera
|
entity: camera.amcrest_camera
|
||||||
|
|||||||
@@ -3,6 +3,8 @@ path: master-bedroom
|
|||||||
icon: "mdi:bed-empty"
|
icon: "mdi:bed-empty"
|
||||||
badges: []
|
badges: []
|
||||||
cards:
|
cards:
|
||||||
|
- type: vertical-stack
|
||||||
|
cards:
|
||||||
- type: "custom:mini-graph-card"
|
- type: "custom:mini-graph-card"
|
||||||
animate: true
|
animate: true
|
||||||
entities:
|
entities:
|
||||||
|
|||||||
Reference in New Issue
Block a user