diff options
Diffstat (limited to '.storage/lovelace.lovelace_climate')
-rw-r--r-- | .storage/lovelace.lovelace_climate | 164 |
1 files changed, 164 insertions, 0 deletions
diff --git a/.storage/lovelace.lovelace_climate b/.storage/lovelace.lovelace_climate new file mode 100644 index 0000000..b17f2fd --- /dev/null +++ b/.storage/lovelace.lovelace_climate @@ -0,0 +1,164 @@ +{ + "version": 1, + "minor_version": 1, + "key": "lovelace.lovelace_climate", + "data": { + "config": { + "views": [ + { + "title": "Home", + "cards": [ + { + "type": "vertical-stack", + "cards": [ + { + "type": "entities", + "title": "Office Climate", + "entities": [ + { + "entity": "sensor.ble_temperature_a4c138bfa169" + }, + { + "entity": "sensor.ble_humidity_a4c138bfa169" + } + ] + }, + { + "type": "entities", + "title": "Office Climate Control", + "entities": [ + { + "entity": "switch.smart_power_strip_pro_socket_2" + }, + { + "entity": "scene.lg_aircon_cool_18" + }, + { + "entity": "scene.lg_aircon_warm_25" + }, + { + "entity": "scene.lg_aircon_power_off" + } + ] + }, + { + "type": "history-graph", + "entities": [ + { + "entity": "sensor.ble_temperature_a4c138bfa169" + }, + { + "entity": "sensor.ble_humidity_a4c138bfa169" + } + ], + "title": "Office Progress", + "hours_to_show": 2 + } + ] + }, + { + "type": "vertical-stack", + "cards": [ + { + "type": "entities", + "title": "Bedroom Climate", + "entities": [ + { + "entity": "sensor.bedroom_temp_temperature" + }, + { + "entity": "sensor.bedroom_temp_humidity" + }, + { + "entity": "sensor.bedroom_temp_pressure" + } + ] + }, + { + "type": "entities", + "entities": [ + { + "entity": "switch.bedroom_aircon" + }, + { + "entity": "scene.hyundai_aircon_cool_18" + }, + { + "entity": "scene.hyundai_aircon_warm_28" + }, + { + "entity": "scene.hyundai_aircon_off" + } + ], + "title": "Bedroom Climate Control" + }, + { + "type": "history-graph", + "entities": [ + { + "entity": "sensor.bedroom_temp_temperature" + }, + { + "entity": "sensor.bedroom_temp_humidity" + }, + { + "entity": "sensor.bedroom_temp_pressure" + } + ], + "title": "Bedroom Progress", + "hours_to_show": 2 + } + ] + }, + { + "type": "vertical-stack", + "cards": [ + { + "type": "entities", + "entities": [ + { + "entity": "sensor.hall_smoke_temperature" + } + ], + "title": "Hall Climate" + }, + { + "show_current": true, + "show_forecast": true, + "type": "weather-forecast", + "entity": "weather.halabyan24", + "name": "Yerevan" + }, + { + "type": "history-graph", + "title": "Trends", + "hours_to_show": 72, + "entities": [ + { + "entity": "sensor.bedroom_temp_temperature" + }, + { + "entity": "sensor.bedroom_temp_humidity" + }, + { + "entity": "sensor.bedroom_temp_pressure" + }, + { + "entity": "sensor.ble_temperature_a4c138bfa169" + }, + { + "entity": "sensor.ble_humidity_a4c138bfa169" + }, + { + "entity": "sensor.hall_smoke_temperature" + } + ] + } + ] + } + ] + } + ] + } + } +}
\ No newline at end of file |