homeassistant-config/.storage/lovelace

161 lines
7.7 KiB
Plaintext

{
"version": 1,
"key": "lovelace",
"data": {
"config": {
"kiosk_mode": {
"mobile_settings": {
"hide_overflow": true
}
},
"title": "\u00dcbersicht",
"views": [
{
"title": "\u00dcbersicht",
"path": "ubersicht",
"icon": "mdi:home",
"badges": [],
"cards": [
{
"type": "entities",
"entities": [
{
"type": "conditional",
"conditions": [
{
"entity": "light.wohnbereich_lichter",
"state": "on"
}
],
"row": {
"entity": "light.wohnbereich_deckenlampen"
}
},
{
"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"
}
}
],
"title": "Wohnbereich"
},
{
"type": "entity-filter",
"entities": [
{
"entity": "binary_sensor.sysdweb_kitchenpi_lircd"
},
{
"entity": "binary_sensor.sysdweb_kitchenpi_squeezelite"
},
{
"entity": "binary_sensor.sysdweb_kitchenpi_shairport_sync"
},
{
"entity": "binary_sensor.sysdweb_kitchenpi_dht22_sensing"
},
{
"entity": "binary_sensor.sysdweb_bedroompi_lircd"
},
{
"entity": "binary_sensor.sysdweb_bedroompi_squeezelite"
},
{
"entity": "binary_sensor.sysdweb_bedroompi_shairport_sync"
},
{
"entity": "binary_sensor.sysdweb_bedroompi_dht22_sensing"
},
{
"entity": "binary_sensor.sysdweb_esszimmerradio_lircd"
},
{
"entity": "binary_sensor.sysdweb_esszimmerradio_squeezelite"
},
{
"entity": "binary_sensor.sysdweb_esszimmerradio_shairport_sync"
},
{
"entity": "binary_sensor.sysdweb_esszimmerradio_sispmctl"
},
{
"entity": "binary_sensor.sysdweb_musikserverwohnzimmeroben_irserver"
},
{
"entity": "binary_sensor.sysdweb_musikserverwohnzimmeroben_squeezelite"
},
{
"entity": "binary_sensor.sysdweb_musikserverwohnzimmeroben_shairport_sync"
},
{
"entity": "binary_sensor.sysdweb_musikserverwohnzimmeroben_dht22_sensing"
},
{
"entity": "binary_sensor.sysdweb_musikserverwohnzimmeroben_logitechmediaserver"
}
],
"state_filter": [
"off"
],
"show_empty": false,
"card": {
"title": "Non-running services"
}
},
{
"type": "entities",
"entities": [
{
"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') }}"
},
{
"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') }}"
}
],
"show_header_toggle": false
}
]
},
{
"title": "Wetter",
"path": "wetter",
"icon": "mdi:weather-partly-cloudy",
"badges": [],
"cards": [
{
"type": "weather-forecast",
"entity": "weather.openweathermap",
"show_forecast": true,
"name": " "
},
{
"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"
}
]
}
]
}
}
}