diff options
Diffstat (limited to '.storage/lovelace.lovelace_power')
-rw-r--r-- | .storage/lovelace.lovelace_power | 266 |
1 files changed, 266 insertions, 0 deletions
diff --git a/.storage/lovelace.lovelace_power b/.storage/lovelace.lovelace_power new file mode 100644 index 0000000..b50b8ab --- /dev/null +++ b/.storage/lovelace.lovelace_power @@ -0,0 +1,266 @@ +{ + "version": 1, + "minor_version": 1, + "key": "lovelace.lovelace_power", + "data": { + "config": { + "views": [ + { + "theme": "Backend-selected", + "title": "Home", + "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%" + } + } + }, + "badges": [], + "cards": [ + { + "type": "entities", + "title": "Infrastructure", + "entities": [ + { + "entity": "sensor.bedroom_roof_power" + }, + { + "entity": "sensor.hall_camera_power" + }, + { + "entity": "sensor.power_smartpi" + } + ] + }, + { + "type": "entities", + "title": "Office", + "entities": [ + { + "entity": "sensor.living_office_power" + }, + { + "entity": "sensor.office_shelfbottom_power" + }, + { + "entity": "sensor.office_shelftop_power" + }, + { + "entity": "sensor.office_table_power" + } + ] + }, + { + "type": "entities", + "title": "Appliances", + "entities": [ + { + "entity": "sensor.kitchen_oven_power" + }, + { + "entity": "sensor.kitchen_wash_power" + }, + { + "entity": "sensor.kitchen_teatable_power" + }, + { + "entity": "sensor.office_aircon_power" + }, + { + "entity": "sensor.bedroom_aircon_power" + } + ] + }, + { + "type": "entities", + "title": "Lights", + "entities": [ + { + "entity": "sensor.kitchen_ledlights_power" + }, + { + "entity": "sensor.bedroom_bedsidelampsocket_power" + }, + { + "entity": "sensor.bedroom_tablelamp_power" + }, + { + "entity": "sensor.living_tablelamp_power" + } + ] + }, + { + "type": "vertical-stack", + "cards": [ + { + "type": "history-graph", + "entities": [ + { + "entity": "sensor.bedroom_roof_power" + }, + { + "entity": "sensor.hall_camera_power" + } + ], + "hours_to_show": 24, + "title": "Infrastructure (24h)" + }, + { + "hours_to_show": 24, + "graph": "line", + "type": "sensor", + "entity": "sensor.bedroom_roof_power", + "detail": 2 + }, + { + "hours_to_show": 24, + "graph": "line", + "type": "sensor", + "entity": "sensor.hall_camera_power", + "detail": 2 + }, + { + "hours_to_show": 24, + "graph": "line", + "type": "sensor", + "entity": "sensor.power_smartpi", + "detail": 2 + } + ] + }, + { + "type": "vertical-stack", + "cards": [ + { + "type": "history-graph", + "entities": [ + { + "entity": "sensor.office_shelfbottom_power" + }, + { + "entity": "sensor.office_shelftop_power" + }, + { + "entity": "sensor.office_table_power" + } + ], + "hours_to_show": 24, + "title": "Office (24h)" + }, + { + "hours_to_show": 24, + "graph": "line", + "type": "sensor", + "entity": "sensor.living_office_power", + "detail": 2 + }, + { + "hours_to_show": 24, + "graph": "line", + "type": "sensor", + "entity": "sensor.office_shelfbottom_power", + "detail": 2 + }, + { + "hours_to_show": 24, + "graph": "line", + "type": "sensor", + "entity": "sensor.office_shelftop_power", + "detail": 2 + }, + { + "hours_to_show": 24, + "graph": "line", + "type": "sensor", + "entity": "sensor.office_table_power", + "detail": 2 + } + ] + }, + { + "type": "vertical-stack", + "cards": [ + { + "type": "history-graph", + "entities": [ + { + "entity": "sensor.kitchen_oven_power" + }, + { + "entity": "sensor.kitchen_wash_power" + }, + { + "entity": "sensor.kitchen_teatable_power" + } + ], + "hours_to_show": 24, + "title": "Kitchen (24h)" + }, + { + "hours_to_show": 24, + "graph": "line", + "type": "sensor", + "entity": "sensor.kitchen_oven_power", + "detail": 2 + }, + { + "hours_to_show": 24, + "graph": "line", + "type": "sensor", + "entity": "sensor.kitchen_wash_power", + "detail": 2 + }, + { + "hours_to_show": 24, + "graph": "line", + "type": "sensor", + "entity": "sensor.kitchen_teatable_power", + "detail": 2 + } + ] + }, + { + "type": "vertical-stack", + "cards": [ + { + "type": "history-graph", + "entities": [ + { + "entity": "sensor.office_aircon_power" + }, + { + "entity": "sensor.bedroom_aircon_power" + } + ], + "hours_to_show": 24, + "title": "Climate (24h)" + }, + { + "hours_to_show": 24, + "graph": "line", + "type": "sensor", + "entity": "sensor.office_aircon_power", + "detail": 2 + }, + { + "hours_to_show": 24, + "graph": "line", + "type": "sensor", + "entity": "sensor.bedroom_aircon_power", + "detail": 2 + } + ] + } + ] + } + ] + } + } +}
\ No newline at end of file |