This commit is contained in:
2020-11-29 19:09:08 +02:00
parent 5d8d790cba
commit 4a6ef191cb
4 changed files with 47 additions and 5 deletions
+38 -3
View File
@@ -3,8 +3,20 @@ path: new
icon: "mdi:new-box"
cards:
- type: vertical-stack
title: Trisensor
cards:
- type: "custom:mini-graph-card"
entities:
- sensor.air_visual_aqi
- sensor.waqi_mladost_sofia
cache: false
group_by: hour
hours_to_show: 72
line_width: 2
show:
average: true
extrema: true
fill: true
- type: "custom:mini-graph-card"
entities:
- sensor.trisensor_temperature
@@ -30,7 +42,6 @@ cards:
fill: true
- type: vertical-stack
title: Multisensor
cards:
- type: "custom:mini-graph-card"
entities:
@@ -81,11 +92,35 @@ cards:
fill: true
- type: vertical-stack
title: Thermostat
cards:
- type: "custom:mini-graph-card"
entities:
- sensor.living_room_radiator_temperature
- sensor.trisensor_temperature
cache: false
group_by: hour
hours_to_show: 72
line_width: 2
show:
average: true
extrema: true
fill: true
- type: "custom:mini-graph-card"
entities:
- sensor.bedroom_radiator_temperature
- sensor.bedroom_weather_temperature
cache: false
group_by: hour
hours_to_show: 72
line_width: 2
show:
average: true
extrema: true
fill: true
- type: "custom:mini-graph-card"
entities:
- sensor.kitchen_radiator_temperature
- sensor.kitchen_weather_temperature
cache: false
group_by: hour
hours_to_show: 72
@@ -20,8 +20,6 @@ cards:
max_columns: 3
cards:
- type: entities
title: Climate
icon: mdi:thermometer
show_header_toggle: false
entities:
- input_boolean.heating_enabled
@@ -0,0 +1,6 @@
sensor:
- platform: waqi
token: !secret waqi_key
locations:
- "mladost"
- "druzhba"
+3
View File
@@ -109,3 +109,6 @@ tuya_password: pass
twitch_client_id: client-id
github_access_token: Basic token
air_visual_key: key
waqi_key: key