This commit is contained in:
Martin Bauer 2020-05-03 16:32:08 +00:00
parent d3c7e18d38
commit 180b93c637
1 changed files with 17 additions and 17 deletions

View File

@ -376,24 +376,24 @@
"name": "Deckenlampe" "name": "Deckenlampe"
}, },
{ {
"entity": "light.arbeitszimmer_martin", "entity": "light.arbeitszimmer_fluter",
"name": "Fluter" "name": "Fluter"
}, },
{ {
"entity": "light.arbeitszimmer_martin_oben", "entity": "light.arbeitszimmer_stehlampe_oben",
"name": "Stehlampe Oben" "name": "Stehlampe Oben"
}, },
{ {
"entity": "light.arbeitszimmer_martin_unten", "entity": "light.arbeitszimmer_stehlampe_unten",
"name": "Stehlampe Unten" "name": "Stehlampe Unten"
}, },
{ {
"entity": "cover.arbeitszimmer_martin_rollo", "entity": "cover.arbeitszimmer_rollo",
"name": "Rollo", "name": "Rollo",
"type": "custom:state-card-custom-cover" "type": "custom:state-card-custom-cover"
}, },
{ {
"entity": "binary_sensor.arbeitszimmer_martin_bewegungsmelder_bewegung", "entity": "binary_sensor.arbeitszimmer_bewegungsmelder_bewegung",
"format": "relative", "format": "relative",
"name": "Bewegung", "name": "Bewegung",
"secondary_info": "last-changed" "secondary_info": "last-changed"
@ -413,7 +413,7 @@
{ {
"aspect_ratio": "16x9", "aspect_ratio": "16x9",
"entities": [ "entities": [
"group.bedroom" "group.kids_room"
], ],
"image": "/local/img/kinderzimmer.jpg", "image": "/local/img/kinderzimmer.jpg",
"scenes": [ "scenes": [
@ -425,13 +425,13 @@
}, },
{ {
"color": "#f07a1d", "color": "#f07a1d",
"name": "Orange", "name": "Normal",
"scene": "scene.schlafzimmer_orange" "scene": "scene.kinderzimmer_normal"
}, },
{ {
"color": "#fdef56", "color": "#fdef56",
"name": "Hell", "name": "Hell",
"scene": "scene.schlafzimmer_ganz_hell" "scene": "scene.kinderzimmer_hell"
} }
], ],
"type": "custom:room-glance-card" "type": "custom:room-glance-card"
@ -467,24 +467,24 @@
{ {
"aspect_ratio": "16x9", "aspect_ratio": "16x9",
"entities": [ "entities": [
"group.bedroom" "group.bathroom"
], ],
"image": "/local/img/bathroom2.jpg", "image": "/local/img/bathroom2.jpg",
"scenes": [ "scenes": [
{ {
"color": "#f07a1d", "color": "#f07a1d",
"name": "Normal", "name": "Normal",
"scene": "scene.schlafzimmer_orange" "scene": "scene.bad_normal"
},
{
"color": "#f35421",
"name": "Baden",
"scene": "scene.schlafzimmer_rot"
}, },
{ {
"color": "#fdef56", "color": "#fdef56",
"name": "Hell", "name": "Hell",
"scene": "scene.schlafzimmer_ganz_hell" "scene": "scene.bad_hell"
},
{
"icon": "mdi:duck",
"name": "Baden",
"scene": "scene.bad_baden"
} }
], ],
"type": "custom:room-glance-card" "type": "custom:room-glance-card"