Browse Source

adding lights tab

master
Thomas 4 years ago
parent
commit
9d2605182e
Signed by: taschenbier
GPG Key ID: 306F574D34A9673B
  1. 10
      lovelace/home.yaml
  2. 17
      lovelace/lights.yaml
  3. 1
      ui-lovelace.yaml

10
lovelace/home.yaml

@ -12,16 +12,6 @@ cards: @@ -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

17
lovelace/lights.yaml

@ -0,0 +1,17 @@ @@ -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

1
ui-lovelace.yaml

@ -1,6 +1,7 @@ @@ -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

Loading…
Cancel
Save