summaryrefslogtreecommitdiffstats
path: root/.storage/lovelace.lovelace_climate
diff options
context:
space:
mode:
Diffstat (limited to '.storage/lovelace.lovelace_climate')
-rw-r--r--.storage/lovelace.lovelace_climate127
1 files changed, 126 insertions, 1 deletions
diff --git a/.storage/lovelace.lovelace_climate b/.storage/lovelace.lovelace_climate
index b17f2fd..0eaa6df 100644
--- a/.storage/lovelace.lovelace_climate
+++ b/.storage/lovelace.lovelace_climate
@@ -6,7 +6,25 @@
"config": {
"views": [
{
- "title": "Home",
+ "theme": "Backend-selected",
+ "title": "Climate",
+ "type": "custom:grid-layout",
+ "layout": {
+ "max_cols": 4,
+ "grid-template-columns": "25% 25% 25% 25%",
+ "grid-template-rows": "auto",
+ "mediaquery": {
+ "(max-width: 600px)": {
+ "grid-template-columns": "100%"
+ },
+ "(max-width: 1200px)": {
+ "grid-template-columns": "50% 50%"
+ },
+ "(max-width: 1800px)": {
+ "grid-template-columns": "33% 33% 33%"
+ }
+ }
+ },
"cards": [
{
"type": "vertical-stack",
@@ -151,6 +169,113 @@
},
{
"entity": "sensor.hall_smoke_temperature"
+ },
+ {
+ "entity": "sensor.air_monitor_humidity"
+ },
+ {
+ "entity": "sensor.air_monitor_temperature"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "vertical-stack",
+ "cards": [
+ {
+ "type": "entities",
+ "entities": [
+ {
+ "entity": "sensor.air_monitor_awair_score",
+ "name": "Score"
+ },
+ {
+ "entity": "sensor.kitchen_gas_carbon_monoxide",
+ "name": "CO"
+ },
+ {
+ "entity": "sensor.air_monitor_carbon_dioxide",
+ "name": "CO2"
+ },
+ {
+ "entity": "sensor.air_monitor_pm2_5",
+ "name": "PM2.5"
+ },
+ {
+ "entity": "sensor.air_monitor_volatile_organic_compounds",
+ "name": "VOCs"
+ },
+ {
+ "entity": "sensor.air_monitor_humidity",
+ "name": "Humidity"
+ },
+ {
+ "entity": "sensor.air_monitor_temperature",
+ "name": "Temperature"
+ }
+ ],
+ "title": "Air Quality"
+ },
+ {
+ "type": "history-graph",
+ "title": "Air Quality (2h)",
+ "hours_to_show": 2,
+ "entities": [
+ {
+ "entity": "sensor.air_monitor_awair_score",
+ "name": "Score"
+ },
+ {
+ "entity": "sensor.kitchen_gas_carbon_monoxide",
+ "name": "CO"
+ },
+ {
+ "entity": "sensor.air_monitor_carbon_dioxide",
+ "name": "CO2"
+ },
+ {
+ "entity": "sensor.air_monitor_pm2_5",
+ "name": "PM2.5"
+ },
+ {
+ "entity": "sensor.air_monitor_volatile_organic_compounds",
+ "name": "VOCs"
+ },
+ {
+ "entity": "sensor.air_monitor_humidity",
+ "name": "Humidity"
+ },
+ {
+ "entity": "sensor.air_monitor_temperature",
+ "name": "Temperature"
+ }
+ ]
+ },
+ {
+ "type": "history-graph",
+ "title": "Air Quality (72h)",
+ "hours_to_show": 72,
+ "entities": [
+ {
+ "entity": "sensor.air_monitor_awair_score",
+ "name": "Score"
+ },
+ {
+ "entity": "sensor.kitchen_gas_carbon_monoxide",
+ "name": "CO"
+ },
+ {
+ "entity": "sensor.air_monitor_carbon_dioxide",
+ "name": "CO2"
+ },
+ {
+ "entity": "sensor.air_monitor_pm2_5",
+ "name": "PM2.5"
+ },
+ {
+ "entity": "sensor.air_monitor_volatile_organic_compounds",
+ "name": "VOCs"
}
]
}