Update dashboards

This commit is contained in:
2020-11-29 19:08:51 +02:00
parent accdef9d55
commit 5d8d790cba
11 changed files with 80 additions and 204 deletions
+14 -42
View File
@@ -336,60 +336,44 @@ sensor.average_temperature:
- type: horizontal-stack
cards:
- type: custom:button-card
template:
- small
- progress
template: [small, progress]
entity: sensor.multisensor_6_temperature
name: Living room
state_display: "[[[ return Math.round(entity.state) + ' °C' ]]]"
- type: custom:button-card
template:
- small
- progress
template: [small, progress]
entity: sensor.trisensor_temperature
name: Desk
state_display: "[[[ return Math.round(entity.state) + ' °C' ]]]"
- type: custom:button-card
template:
- small
- progress
template: [small, progress]
entity: sensor.living_room_radiator_temperature
name: Radiator
state_display: "[[[ return Math.round(entity.state) + ' °C' ]]]"
- type: custom:button-card
template:
- small
- progress
template: [small, progress]
entity: sensor.bedroom_weather_temperature
name: Bedroom
state_display: "[[[ return Math.round(entity.state) + ' °C' ]]]"
- type: horizontal-stack
cards:
- type: custom:button-card
template:
- small
- progress
template: [small, progress]
entity: sensor.kitchen_weather_temperature
name: Kitchen
state_display: "[[[ return Math.round(entity.state) + ' °C' ]]]"
- type: custom:button-card
template:
- small
- progress
template: [small, progress]
entity: sensor.bathroom_weather_temperature
name: Bathroom
state_display: "[[[ return Math.round(entity.state) + ' °C' ]]]"
- type: custom:button-card
template:
- small
- progress
template: [small, progress]
entity: sensor.hallway_weather_temperature
name: Hallway
state_display: "[[[ return Math.round(entity.state) + ' °C' ]]]"
- type: custom:button-card
template:
- small
- progress
template: [small, progress]
entity: sensor.guest_bedroom_weather_temperature
name: G. Bedroom
state_display: "[[[ return Math.round(entity.state) + ' °C' ]]]"
@@ -413,9 +397,7 @@ sensor.average_humidity:
- type: horizontal-stack
cards:
- type: custom:button-card
template:
- small
- progress
template: [small, progress]
entity: sensor.multisensor_6_relative_humidity
state_display: "[[[ return Math.round(entity.state) + ' %' ]]]"
name: Living room
@@ -426,9 +408,7 @@ sensor.average_humidity:
high_value: 65
low_color: "var(--color-red)"
- type: custom:button-card
template:
- small
- progress
template: [small, progress]
entity: sensor.bedroom_weather_humidity
state_display: "[[[ return Math.round(entity.state) + ' %' ]]]"
name: Bedroom
@@ -439,9 +419,7 @@ sensor.average_humidity:
high_value: 65
low_color: "var(--color-red)"
- type: custom:button-card
template:
- small
- progress
template: [small, progress]
entity: sensor.kitchen_weather_humidity
state_display: "[[[ return Math.round(entity.state) + ' %' ]]]"
name: Kitchen
@@ -454,9 +432,7 @@ sensor.average_humidity:
- type: horizontal-stack
cards:
- type: custom:button-card
template:
- small
- progress
template: [small, progress]
entity: sensor.bathroom_weather_humidity
state_display: "[[[ return Math.round(entity.state) + ' %' ]]]"
name: Bathroom
@@ -467,9 +443,7 @@ sensor.average_humidity:
high_value: 65
low_color: "var(--color-red)"
- type: custom:button-card
template:
- small
- progress
template: [small, progress]
entity: sensor.hallway_weather_humidity
state_display: "[[[ return Math.round(entity.state) + ' %' ]]]"
name: Hallway
@@ -480,9 +454,7 @@ sensor.average_humidity:
high_value: 65
low_color: "var(--color-red)"
- type: custom:button-card
template:
- small
- progress
template: [small, progress]
entity: sensor.guest_bedroom_weather_humidity
state_display: "[[[ return Math.round(entity.state) + ' %' ]]]"
name: G. Bedroom