Files
ha_config/.storage/lovelace.lovelace_temperaturen
T
2023-11-21 12:23:38 +01:00

94 lines
2.6 KiB
Plaintext

{
"version": 1,
"minor_version": 1,
"key": "lovelace.lovelace_temperaturen",
"data": {
"config": {
"views": [
{
"title": "Home",
"cards": [
{
"type": "vertical-stack",
"cards": [
{
"type": "thermostat",
"entity": "climate.thermostat_34",
"name": "Gäste-WC"
},
{
"type": "thermostat",
"entity": "climate.thermostat2_ez",
"name": "Esszimmer"
},
{
"type": "thermostat",
"entity": "climate.thermostat3_wz",
"name": "Wohnzimmer "
},
{
"type": "thermostat",
"entity": "climate.thermostat4_k",
"name": "Küche"
}
]
},
{
"type": "vertical-stack",
"cards": [
{
"show_name": false,
"show_icon": true,
"show_state": true,
"type": "glance",
"entities": [
{
"entity": "sensor.temperature_38"
},
{
"entity": "sensor.humidity_39"
},
{
"entity": "sensor.airquality1_ppb"
}
],
"title": "Wohnzimmer"
},
{
"show_name": false,
"show_icon": true,
"show_state": true,
"type": "glance",
"entities": [
{
"entity": "sensor.office_room_temperature"
},
{
"entity": "sensor.office_room_humidity"
}
],
"title": "Büro"
},
{
"show_name": false,
"show_icon": true,
"show_state": true,
"type": "glance",
"entities": [
{
"entity": "sensor.shellyht_f93cec_temperature"
},
{
"entity": "sensor.shellyht_f93cec_humidity"
}
],
"title": "Schlafzimmer "
}
]
}
]
}
]
}
}
}