homeassistant-config/.storage/lovelace

161 lines
7.7 KiB
Plaintext
Raw Normal View History

{
2020-10-05 23:04:22 +02:00
"version": 1,
"key": "lovelace",
"data": {
"config": {
2021-10-05 13:32:39 +02:00
"kiosk_mode": {
"mobile_settings": {
"hide_overflow": true
}
},
"title": "\u00dcbersicht",
"views": [
{
2021-10-05 13:32:39 +02:00
"title": "\u00dcbersicht",
"path": "ubersicht",
"icon": "mdi:home",
2020-05-03 22:24:55 +02:00
"badges": [],
"cards": [
2021-02-01 21:02:55 +01:00
{
"type": "entities",
"entities": [
2021-09-18 07:04:51 +02:00
{
2021-10-05 13:32:39 +02:00
"type": "conditional",
"conditions": [
{
"entity": "light.wohnbereich_lichter",
"state": "on"
}
],
"row": {
"entity": "light.wohnbereich_deckenlampen"
}
},
{
2021-10-05 13:32:39 +02:00
"type": "conditional",
"conditions": [
{
"entity": "sun.sun",
"state": "above_horizon"
},
{
"entity": "cover.wohnzimmer_fenster_rollo",
"state": "open"
}
],
"row": {
"entity": "cover.wohnzimmer_fenster_rollo",
"name": "WZ Fenster Rollo",
"type": "custom:state-card-custom-cover"
}
2021-09-18 07:04:51 +02:00
}
],
2021-10-05 13:32:39 +02:00
"title": "Wohnbereich"
2021-09-18 07:04:51 +02:00
},
{
2021-10-05 13:32:39 +02:00
"type": "entity-filter",
2021-09-18 07:04:51 +02:00
"entities": [
{
2021-10-05 13:32:39 +02:00
"entity": "binary_sensor.sysdweb_kitchenpi_lircd"
},
{
2021-10-05 13:32:39 +02:00
"entity": "binary_sensor.sysdweb_kitchenpi_squeezelite"
2021-02-01 21:02:55 +01:00
},
{
2021-10-05 13:32:39 +02:00
"entity": "binary_sensor.sysdweb_kitchenpi_shairport_sync"
},
{
2021-10-05 13:32:39 +02:00
"entity": "binary_sensor.sysdweb_kitchenpi_dht22_sensing"
},
{
2021-10-05 13:32:39 +02:00
"entity": "binary_sensor.sysdweb_bedroompi_lircd"
},
{
2021-10-05 13:32:39 +02:00
"entity": "binary_sensor.sysdweb_bedroompi_squeezelite"
},
{
2021-10-05 13:32:39 +02:00
"entity": "binary_sensor.sysdweb_bedroompi_shairport_sync"
},
{
2021-10-05 13:32:39 +02:00
"entity": "binary_sensor.sysdweb_bedroompi_dht22_sensing"
},
{
2021-10-05 13:32:39 +02:00
"entity": "binary_sensor.sysdweb_esszimmerradio_lircd"
},
2019-12-21 21:36:31 +01:00
{
2021-10-05 13:32:39 +02:00
"entity": "binary_sensor.sysdweb_esszimmerradio_squeezelite"
2019-12-21 21:36:31 +01:00
},
{
2021-10-05 13:32:39 +02:00
"entity": "binary_sensor.sysdweb_esszimmerradio_shairport_sync"
},
{
2021-10-05 13:32:39 +02:00
"entity": "binary_sensor.sysdweb_esszimmerradio_sispmctl"
},
{
2021-10-05 13:32:39 +02:00
"entity": "binary_sensor.sysdweb_musikserverwohnzimmeroben_irserver"
},
{
2021-10-05 13:32:39 +02:00
"entity": "binary_sensor.sysdweb_musikserverwohnzimmeroben_squeezelite"
},
{
2021-10-05 13:32:39 +02:00
"entity": "binary_sensor.sysdweb_musikserverwohnzimmeroben_shairport_sync"
},
{
2021-10-05 13:32:39 +02:00
"entity": "binary_sensor.sysdweb_musikserverwohnzimmeroben_dht22_sensing"
},
{
2021-10-05 13:32:39 +02:00
"entity": "binary_sensor.sysdweb_musikserverwohnzimmeroben_logitechmediaserver"
}
],
"state_filter": [
2021-10-05 13:32:39 +02:00
"off"
],
2021-10-05 13:32:39 +02:00
"show_empty": false,
"card": {
"title": "Non-running services"
}
2021-09-18 07:04:51 +02:00
},
{
"type": "entities",
"entities": [
{
2021-10-05 13:32:39 +02:00
"type": "custom:template-entity-row",
"entity": "switch.poolpumpesteckdose",
"name": "Pool Pumpe",
"condition": "{{ ((now().hour >= 22 and now().minute >= 30) or (now().hour <= 6)) and is_state('switch.poolpumpesteckdose', 'on') }}"
2021-09-18 07:04:51 +02:00
},
{
2021-10-05 13:32:39 +02:00
"type": "custom:template-entity-row",
"entity": "light.garten_lichter",
"name": "Gartenlichter",
"condition": "{{ ((now().hour >= 22 and now().minute >= 30) or (now().hour <= 6)) and is_state('light.gartenlichter', 'on') }}"
2021-09-18 07:04:51 +02:00
}
2021-10-05 13:32:39 +02:00
],
"show_header_toggle": false
2019-10-28 17:44:40 +01:00
}
2021-10-05 13:32:39 +02:00
]
2019-10-28 17:44:40 +01:00
},
{
2021-10-05 13:32:39 +02:00
"title": "Wetter",
"path": "wetter",
"icon": "mdi:weather-partly-cloudy",
2020-05-03 22:24:55 +02:00
"badges": [],
2019-10-28 17:44:40 +01:00
"cards": [
{
2021-10-05 13:32:39 +02:00
"type": "weather-forecast",
"entity": "weather.openweathermap",
"show_forecast": true,
"name": " "
2019-10-28 20:13:42 +01:00
},
{
2021-10-05 13:32:39 +02:00
"type": "iframe",
"url": "https://embed.windy.com/embed2.html?lat=49.369&lon=10.984&detailLat=49.369&detailLon=10.984&width=650&height=450&zoom=11&level=surface&overlay=rain&product=ecmwf&menu=&message=true&marker=true&calendar=now&pressure=&type=map&location=coordinates&detail=&metricWind=km%2Fh&metricTemp=%C2%B0C&radarRange=-1",
"aspect_ratio": "80%",
"title": "Regenradar"
}
]
}
]
}
2020-10-05 23:04:22 +02:00
}
}