mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-06-21 10:57:43 +00:00
Streamline dashboardds
This commit is contained in:
@@ -1,9 +1,10 @@
|
|||||||
media_with_controls:
|
media_with_controls:
|
||||||
defaults:
|
defaults:
|
||||||
- player_name:
|
- player_name:
|
||||||
|
- title: "Media"
|
||||||
card:
|
card:
|
||||||
type: vertical-stack
|
type: vertical-stack
|
||||||
title: Media
|
title: "[[title]]"
|
||||||
cards:
|
cards:
|
||||||
- type: custom:decluttering-card
|
- type: custom:decluttering-card
|
||||||
template: sonos_media_player
|
template: sonos_media_player
|
||||||
|
|||||||
@@ -12,10 +12,19 @@
|
|||||||
card:
|
card:
|
||||||
type: custom:layout-card
|
type: custom:layout-card
|
||||||
layout: horizontal
|
layout: horizontal
|
||||||
max_columns: 1
|
min_columns: 2
|
||||||
|
max_columns: 2
|
||||||
cards:
|
cards:
|
||||||
- type: custom:decluttering-card
|
- type: custom:decluttering-card
|
||||||
template: media_with_controls
|
template: media_with_controls
|
||||||
variables:
|
variables:
|
||||||
- player: media_player.bathroom
|
- player: media_player.bathroom
|
||||||
- player_name: Bathroom
|
- player_name: Bathroom
|
||||||
|
- title: Bathroom
|
||||||
|
- type: custom:decluttering-card
|
||||||
|
template: climate_card
|
||||||
|
variables:
|
||||||
|
- title: "Climate"
|
||||||
|
- main_entity: sensor.bathroom_weather_temperature
|
||||||
|
- left_entity: sensor.bathroom_weather_humidity
|
||||||
|
- right_entity: sensor.bathroom_weather_pressure
|
||||||
|
|||||||
@@ -12,12 +12,13 @@
|
|||||||
card:
|
card:
|
||||||
type: custom:layout-card
|
type: custom:layout-card
|
||||||
layout: horizontal
|
layout: horizontal
|
||||||
max_columns: 1
|
min_columns: 2
|
||||||
|
max_columns: 2
|
||||||
cards:
|
cards:
|
||||||
- type: vertical-stack
|
- type: vertical-stack
|
||||||
|
title: Hallway
|
||||||
cards:
|
cards:
|
||||||
- type: horizontal-stack
|
- type: horizontal-stack
|
||||||
title: Lights
|
|
||||||
cards:
|
cards:
|
||||||
- type: custom:button-card
|
- type: custom:button-card
|
||||||
template: default
|
template: default
|
||||||
@@ -56,3 +57,11 @@
|
|||||||
min_value: 0
|
min_value: 0
|
||||||
max_value: 1000
|
max_value: 1000
|
||||||
normal_value: 1000
|
normal_value: 1000
|
||||||
|
|
||||||
|
- type: custom:decluttering-card
|
||||||
|
template: climate_card
|
||||||
|
variables:
|
||||||
|
- title: "Climate"
|
||||||
|
- main_entity: sensor.hallway_weather_temperature
|
||||||
|
- left_entity: sensor.hallway_weather_humidity
|
||||||
|
- right_entity: sensor.hallway_weather_pressure
|
||||||
|
|||||||
@@ -15,9 +15,9 @@
|
|||||||
max_columns: 2
|
max_columns: 2
|
||||||
cards:
|
cards:
|
||||||
- type: vertical-stack
|
- type: vertical-stack
|
||||||
|
title: Kitchen
|
||||||
cards:
|
cards:
|
||||||
- type: horizontal-stack
|
- type: horizontal-stack
|
||||||
title: Lights
|
|
||||||
cards:
|
cards:
|
||||||
- type: custom:button-card
|
- type: custom:button-card
|
||||||
template: default
|
template: default
|
||||||
@@ -119,3 +119,13 @@
|
|||||||
name: Hallway
|
name: Hallway
|
||||||
variables:
|
variables:
|
||||||
state_indicator_id: automation.lighting_hallway_day_mode_motion_turn_lights_on
|
state_indicator_id: automation.lighting_hallway_day_mode_motion_turn_lights_on
|
||||||
|
|
||||||
|
- type: vertical-stack
|
||||||
|
cards:
|
||||||
|
- type: custom:decluttering-card
|
||||||
|
template: climate_card
|
||||||
|
variables:
|
||||||
|
- title: "Climate"
|
||||||
|
- main_entity: sensor.kitchen_weather_temperature
|
||||||
|
- left_entity: sensor.kitchen_weather_humidity
|
||||||
|
- right_entity: sensor.kitchen_weather_pressure
|
||||||
|
|||||||
@@ -15,9 +15,9 @@
|
|||||||
max_columns: 2
|
max_columns: 2
|
||||||
cards:
|
cards:
|
||||||
- type: vertical-stack
|
- type: vertical-stack
|
||||||
|
title: Living room
|
||||||
cards:
|
cards:
|
||||||
- type: horizontal-stack
|
- type: horizontal-stack
|
||||||
title: Lights
|
|
||||||
cards:
|
cards:
|
||||||
- type: custom:button-card
|
- type: custom:button-card
|
||||||
template: default
|
template: default
|
||||||
|
|||||||
@@ -15,9 +15,9 @@
|
|||||||
max_columns: 2
|
max_columns: 2
|
||||||
cards:
|
cards:
|
||||||
- type: vertical-stack
|
- type: vertical-stack
|
||||||
|
title: Bedroom
|
||||||
cards:
|
cards:
|
||||||
- type: horizontal-stack
|
- type: horizontal-stack
|
||||||
title: Lights
|
|
||||||
cards:
|
cards:
|
||||||
- type: custom:button-card
|
- type: custom:button-card
|
||||||
template: default
|
template: default
|
||||||
|
|||||||
Reference in New Issue
Block a user