diff --git a/lovelace/home.yaml b/lovelace/home.yaml index a4278d2..b0ede3d 100644 --- a/lovelace/home.yaml +++ b/lovelace/home.yaml @@ -12,16 +12,6 @@ cards: - entity: sensor.zigbee_bridge_state show_header_toggle: false - - type: entities - entities: - - type: custom:fold-entity-row - head: light.fenster_lampen - entities: - - light.0xec1bbdfffe9cc96e_light - - light.0xec1bbdfffe59b929_light - - type: light - entity: light.blaue_lichterkette - title: Home path: home panel: false diff --git a/lovelace/lights.yaml b/lovelace/lights.yaml new file mode 100644 index 0000000..f7ae550 --- /dev/null +++ b/lovelace/lights.yaml @@ -0,0 +1,17 @@ +cards: + - type: vertical-stack + cards: + - type: entities + entities: + - type: custom:fold-entity-row + head: light.fenster_lampen + entities: + - light.0xec1bbdfffe9cc96e_light + - light.0xec1bbdfffe59b929_light + - type: light + entity: light.blaue_lichterkette + +title: Lichter +path: lights +panel: false +icon: mdi:ceiling-light diff --git a/ui-lovelace.yaml b/ui-lovelace.yaml index 4e80417..7e0fd95 100644 --- a/ui-lovelace.yaml +++ b/ui-lovelace.yaml @@ -1,6 +1,7 @@ title: Ghetto IoT views: - !include lovelace/home.yaml + - !include lovelace/lights.yaml resources: - url: /community_plugin/weather-card/weather-card.js