homeassistant-config/.storage/lovelace.lovelace_rebecca

42 lines
1.5 KiB
Plaintext
Raw Normal View History

2020-05-03 16:41:27 +02:00
{
2021-09-18 07:04:51 +02:00
"version": 1,
"key": "lovelace.lovelace_rebecca",
2020-05-03 16:41:27 +02:00
"data": {
"config": {
2020-05-03 22:24:55 +02:00
"title": "Alt",
2020-05-03 16:41:27 +02:00
"views": [
{
"cards": [
{
"aspect_ratio": "16x9",
"entities": [
"group.bathroom"
],
"image": "/local/img/bathroom2.jpg",
"scenes": [
{
"color": "#f07a1d",
"name": "Normal",
"scene": "scene.bad_normal"
},
{
"color": "#fdef56",
"name": "Hell",
"scene": "scene.bad_hell"
},
{
"icon": "mdi:duck",
"name": "Baden",
"scene": "scene.bad_baden"
}
],
"type": "custom:room-glance-card"
2020-05-03 16:41:27 +02:00
}
],
2020-05-03 22:24:55 +02:00
"icon": "mdi:more",
"title": "Mehr"
2020-05-03 16:41:27 +02:00
}
]
}
2021-09-18 07:04:51 +02:00
}
2020-05-03 16:41:27 +02:00
}