mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-05-05 08:44:24 +00:00
Add AQI
This commit is contained in:
@@ -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"
|
||||
@@ -109,3 +109,6 @@ tuya_password: pass
|
||||
twitch_client_id: client-id
|
||||
|
||||
github_access_token: Basic token
|
||||
|
||||
air_visual_key: key
|
||||
waqi_key: key
|
||||
|
||||
Reference in New Issue
Block a user