mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-05-13 19:54:42 +00:00
Add AQI
This commit is contained in:
@@ -3,8 +3,20 @@ path: new
|
|||||||
icon: "mdi:new-box"
|
icon: "mdi:new-box"
|
||||||
cards:
|
cards:
|
||||||
- type: vertical-stack
|
- type: vertical-stack
|
||||||
title: Trisensor
|
|
||||||
cards:
|
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"
|
- type: "custom:mini-graph-card"
|
||||||
entities:
|
entities:
|
||||||
- sensor.trisensor_temperature
|
- sensor.trisensor_temperature
|
||||||
@@ -30,7 +42,6 @@ cards:
|
|||||||
fill: true
|
fill: true
|
||||||
|
|
||||||
- type: vertical-stack
|
- type: vertical-stack
|
||||||
title: Multisensor
|
|
||||||
cards:
|
cards:
|
||||||
- type: "custom:mini-graph-card"
|
- type: "custom:mini-graph-card"
|
||||||
entities:
|
entities:
|
||||||
@@ -81,11 +92,35 @@ cards:
|
|||||||
fill: true
|
fill: true
|
||||||
|
|
||||||
- type: vertical-stack
|
- type: vertical-stack
|
||||||
title: Thermostat
|
|
||||||
cards:
|
cards:
|
||||||
- type: "custom:mini-graph-card"
|
- type: "custom:mini-graph-card"
|
||||||
entities:
|
entities:
|
||||||
- sensor.living_room_radiator_temperature
|
- 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
|
cache: false
|
||||||
group_by: hour
|
group_by: hour
|
||||||
hours_to_show: 72
|
hours_to_show: 72
|
||||||
|
|||||||
@@ -20,8 +20,6 @@ cards:
|
|||||||
max_columns: 3
|
max_columns: 3
|
||||||
cards:
|
cards:
|
||||||
- type: entities
|
- type: entities
|
||||||
title: Climate
|
|
||||||
icon: mdi:thermometer
|
|
||||||
show_header_toggle: false
|
show_header_toggle: false
|
||||||
entities:
|
entities:
|
||||||
- input_boolean.heating_enabled
|
- input_boolean.heating_enabled
|
||||||
|
|||||||
@@ -0,0 +1,6 @@
|
|||||||
|
sensor:
|
||||||
|
- platform: waqi
|
||||||
|
token: !secret waqi_key
|
||||||
|
locations:
|
||||||
|
- "mladost"
|
||||||
|
- "druzhba"
|
||||||
@@ -109,3 +109,6 @@ tuya_password: pass
|
|||||||
twitch_client_id: client-id
|
twitch_client_id: client-id
|
||||||
|
|
||||||
github_access_token: Basic token
|
github_access_token: Basic token
|
||||||
|
|
||||||
|
air_visual_key: key
|
||||||
|
waqi_key: key
|
||||||
|
|||||||
Reference in New Issue
Block a user