summaryrefslogtreecommitdiffstats
path: root/.storage/lovelace.dashboard_test
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@suren.me>2024-06-06 06:06:33 +0400
committerSuren A. Chilingaryan <csa@suren.me>2024-06-06 06:20:08 +0400
commit35e1d7fd0ee093c362de3663e0fccc049434565a (patch)
treeedb376ee0cc3b5994cee95c4b983dfe0017d8bfb /.storage/lovelace.dashboard_test
parentc43c1251c98eb91b811cc631e5bd58dd1fe541f6 (diff)
downloadhass-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.dashboard_test')
-rw-r--r--.storage/lovelace.dashboard_test85
1 files changed, 85 insertions, 0 deletions
diff --git a/.storage/lovelace.dashboard_test b/.storage/lovelace.dashboard_test
new file mode 100644
index 0000000..24554fe
--- /dev/null
+++ b/.storage/lovelace.dashboard_test
@@ -0,0 +1,85 @@
+{
+ "version": 1,
+ "minor_version": 1,
+ "key": "lovelace.dashboard_test",
+ "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": "Max Voltage (3m)",
+ "type": "statistics-graph",
+ "chart_type": "line",
+ "period": "day",
+ "days_to_show": 90,
+ "hide_legend": false,
+ "logarithmic_scale": false,
+ "stat_types": [
+ "max"
+ ],
+ "entities": [
+ {
+ "entity": "sensor.bedroom_tablelamp_voltage",
+ "name": "L1/Lamp"
+ },
+ {
+ "entity": "sensor.living_tablelampsocket_voltage",
+ "name": "L2/Lamp"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "type": "vertical-stack",
+ "cards": [
+ {
+ "title": "Min Voltage (3m)",
+ "type": "statistics-graph",
+ "chart_type": "line",
+ "period": "day",
+ "days_to_show": 90,
+ "hide_legend": false,
+ "logarithmic_scale": false,
+ "stat_types": [
+ "min"
+ ],
+ "entities": [
+ {
+ "entity": "sensor.bedroom_tablelamp_voltage",
+ "name": "L1/Lamp"
+ },
+ {
+ "entity": "sensor.living_tablelampsocket_voltage",
+ "name": "L2/Lamp"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ ]
+ }
+ }
+} \ No newline at end of file