diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2024-06-06 06:06:33 +0400 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2024-06-06 06:20:08 +0400 |
commit | 35e1d7fd0ee093c362de3663e0fccc049434565a (patch) | |
tree | edb376ee0cc3b5994cee95c4b983dfe0017d8bfb /.storage/lovelace.air_quality | |
parent | c43c1251c98eb91b811cc631e5bd58dd1fe541f6 (diff) | |
download | hass-35e1d7fd0ee093c362de3663e0fccc049434565a.tar.gz hass-35e1d7fd0ee093c362de3663e0fccc049434565a.tar.bz2 hass-35e1d7fd0ee093c362de3663e0fccc049434565a.tar.xz hass-35e1d7fd0ee093c362de3663e0fccc049434565a.zip |
Configure influxdb & re-enable purging of old data. New historical dashboards. Hass upgrade.
Diffstat (limited to '.storage/lovelace.air_quality')
-rw-r--r-- | .storage/lovelace.air_quality | 309 |
1 files changed, 309 insertions, 0 deletions
diff --git a/.storage/lovelace.air_quality b/.storage/lovelace.air_quality new file mode 100644 index 0000000..b067bee --- /dev/null +++ b/.storage/lovelace.air_quality @@ -0,0 +1,309 @@ +{ + "version": 1, + "minor_version": 1, + "key": "lovelace.air_quality", + "data": { + "config": { + "views": [ + { + "theme": "Backend-selected", + "title": "Home", + "type": "custom:grid-layout", + "layout": { + "max_cols": 3, + "grid-template-columns": "32% 34% 34%", + "grid-template-rows": "auto", + "mediaquery": { + "(max-width: 600px)": { + "grid-template-columns": "100%" + }, + "(max-width: 1200px)": { + "grid-template-columns": "50% 50%" + } + } + }, + "cards": [ + { + "type": "vertical-stack", + "cards": [ + { + "title": "Awair Score (3m)", + "type": "statistics-graph", + "chart_type": "line", + "period": "day", + "days_to_show": 90, + "hide_legend": true, + "logarithmic_scale": false, + "stat_types": [ + "min", + "mean" + ], + "entities": [ + { + "entity": "sensor.air_monitor_awair_score", + "name": "Score" + } + ] + } + ] + }, + { + "type": "vertical-stack", + "cards": [ + { + "title": "CO2 (3m)", + "type": "statistics-graph", + "chart_type": "line", + "period": "day", + "days_to_show": 90, + "hide_legend": true, + "logarithmic_scale": false, + "stat_types": [ + "max", + "mean" + ], + "entities": [ + { + "entity": "sensor.air_monitor_carbon_dioxide", + "name": "CO2" + } + ] + }, + { + "title": "PM2.5 (3m)", + "type": "statistics-graph", + "chart_type": "line", + "period": "day", + "days_to_show": 90, + "hide_legend": true, + "logarithmic_scale": false, + "stat_types": [ + "max", + "mean" + ], + "entities": [ + { + "entity": "sensor.air_monitor_pm2_5", + "name": "PM2.5" + } + ] + }, + { + "title": "VOCs (3m)", + "type": "statistics-graph", + "chart_type": "line", + "period": "day", + "days_to_show": 90, + "hide_legend": true, + "logarithmic_scale": false, + "stat_types": [ + "max", + "mean" + ], + "entities": [ + { + "entity": "sensor.air_monitor_volatile_organic_compounds", + "name": "VOCs" + } + ] + } + ] + }, + { + "type": "vertical-stack", + "cards": [ + { + "title": "Temperature (3m)", + "type": "statistics-graph", + "chart_type": "line", + "period": "day", + "days_to_show": 90, + "hide_legend": false, + "logarithmic_scale": false, + "stat_types": [ + "min", + "max", + "mean" + ], + "entities": [ + { + "entity": "sensor.air_monitor_temperature", + "name": "Bedroom" + }, + { + "entity": "sensor.ble_temperature_a4c138bfa169", + "name": "Living" + }, + { + "entity": "sensor.hall_smoke_temperature", + "name": "Hall" + } + ] + }, + { + "title": "Humidity (3m)", + "type": "statistics-graph", + "chart_type": "line", + "period": "day", + "days_to_show": 90, + "hide_legend": false, + "logarithmic_scale": false, + "stat_types": [ + "min", + "max", + "mean" + ], + "entities": [ + { + "entity": "sensor.air_monitor_humidity", + "name": "Humidity" + } + ] + } + ] + }, + { + "type": "vertical-stack", + "cards": [ + { + "title": "Awair Score (1y)", + "type": "statistics-graph", + "chart_type": "line", + "period": "week", + "days_to_show": 365, + "hide_legend": true, + "logarithmic_scale": false, + "stat_types": [ + "min", + "mean" + ], + "entities": [ + { + "entity": "sensor.air_monitor_awair_score", + "name": "Score" + } + ] + } + ] + }, + { + "type": "vertical-stack", + "cards": [ + { + "title": "CO2 (1y)", + "type": "statistics-graph", + "chart_type": "line", + "period": "week", + "days_to_show": 365, + "hide_legend": true, + "logarithmic_scale": true, + "stat_types": [ + "max", + "mean" + ], + "entities": [ + { + "entity": "sensor.air_monitor_carbon_dioxide", + "name": "CO2" + } + ] + }, + { + "title": "PM2.5 (1y)", + "type": "statistics-graph", + "chart_type": "line", + "period": "week", + "days_to_show": 365, + "hide_legend": true, + "logarithmic_scale": true, + "stat_types": [ + "max", + "mean" + ], + "entities": [ + { + "entity": "sensor.air_monitor_pm2_5", + "name": "PM2.5" + } + ] + }, + { + "chart_type": "line", + "period": "week", + "title": "VOCs (1y)", + "type": "statistics-graph", + "days_to_show": 365, + "hide_legend": true, + "logarithmic_scale": true, + "stat_types": [ + "max", + "mean" + ], + "entities": [ + { + "entity": "sensor.air_monitor_volatile_organic_compounds", + "name": "VOCs" + } + ] + } + ] + }, + { + "type": "vertical-stack", + "cards": [ + { + "title": "Temperature (1y)", + "type": "statistics-graph", + "chart_type": "line", + "period": "week", + "days_to_show": 365, + "hide_legend": false, + "logarithmic_scale": false, + "stat_types": [ + "min", + "max", + "mean" + ], + "entities": [ + { + "entity": "sensor.air_monitor_temperature", + "name": "Bedroom" + }, + { + "entity": "sensor.ble_temperature_a4c138bfa169", + "name": "Living" + }, + { + "entity": "sensor.hall_smoke_temperature", + "name": "Hall" + } + ] + }, + { + "title": "Humidity (1y)", + "type": "statistics-graph", + "chart_type": "line", + "period": "week", + "days_to_show": 365, + "hide_legend": false, + "logarithmic_scale": false, + "stat_types": [ + "min", + "max", + "mean" + ], + "entities": [ + { + "entity": "sensor.air_monitor_humidity", + "name": "Humidity" + } + ] + } + ] + } + ] + } + ] + } + } +}
\ No newline at end of file |