From 9d2605182e023bb1f90d5429c3ab8d95ebaf6bf4 Mon Sep 17 00:00:00 2001 From: Thomas Date: Thu, 6 Feb 2020 21:49:27 +0100 Subject: [PATCH] adding lights tab --- lovelace/home.yaml | 10 ---------- lovelace/lights.yaml | 17 +++++++++++++++++ ui-lovelace.yaml | 1 + 3 files changed, 18 insertions(+), 10 deletions(-) create mode 100644 lovelace/lights.yaml 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