Browse Source

adding custom:fold-entity-row

master
Thomas 4 years ago
parent
commit
201ed30093
Signed by: taschenbier
GPG Key ID: 306F574D34A9673B
  1. 16
      lovelace/home.yaml
  2. 2
      ui-lovelace.yaml

16
lovelace/home.yaml

@ -13,14 +13,14 @@ cards: @@ -13,14 +13,14 @@ cards:
show_header_toggle: false
title: Zigbee
- type: horizontal-stack
cards:
- type: light
entity: light.fenster_lampen
- type: light
entity: light.0xec1bbdfffe9cc96e_light
- type: light
entity: light.0xec1bbdfffe59b929_light
- type: entities
entities:
- light.fenster_lampen
- type: custom:fold-entity-row
head: light.bed_light
entities:
- light.0xec1bbdfffe9cc96e_light
- light.0xec1bbdfffe59b929_light
- type: horizontal-stack
cards:

2
ui-lovelace.yaml

@ -5,3 +5,5 @@ views: @@ -5,3 +5,5 @@ views:
resources:
- url: /community_plugin/weather-card/weather-card.js
type: module
- url: /community_plugin/lovelace-fold-entity-row/fold-entity-row.js
type: module
Loading…
Cancel
Save