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:
- entity: sensor.zigbee_bridge_state - entity: sensor.zigbee_bridge_state
show_header_toggle: false 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 title: Home
path: home path: home
panel: false panel: false

17
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

1
ui-lovelace.yaml

@ -1,6 +1,7 @@
title: Ghetto IoT title: Ghetto IoT
views: views:
- !include lovelace/home.yaml - !include lovelace/home.yaml
- !include lovelace/lights.yaml
resources: resources:
- url: /community_plugin/weather-card/weather-card.js - url: /community_plugin/weather-card/weather-card.js

Loading…
Cancel
Save