lovelace: Update for new version of popup-card
This commit is contained in:
parent
8f66f5a5ed
commit
334133f469
@ -1,6 +1,4 @@
|
|||||||
type: vertical-stack
|
type: picture-elements
|
||||||
cards:
|
|
||||||
- type: picture-elements
|
|
||||||
image: !file /local/images/Bottenvåning.png
|
image: !file /local/images/Bottenvåning.png
|
||||||
elements:
|
elements:
|
||||||
|
|
||||||
@ -72,26 +70,3 @@ cards:
|
|||||||
- type: state-label
|
- type: state-label
|
||||||
entity: sensor.elmatare_0
|
entity: sensor.elmatare_0
|
||||||
style: { left: 5%, top: 55% }
|
style: { left: 5%, top: 55% }
|
||||||
|
|
||||||
- type: custom:popup-card
|
|
||||||
entity: light.takflakt
|
|
||||||
title: Takfläkt
|
|
||||||
card:
|
|
||||||
type: entities
|
|
||||||
entities:
|
|
||||||
- type: custom:slider-entity-row
|
|
||||||
entity: light.takflakt
|
|
||||||
name: All
|
|
||||||
- type: section
|
|
||||||
- type: custom:slider-entity-row
|
|
||||||
entity: light.takflakt_1
|
|
||||||
name: 1
|
|
||||||
- type: custom:slider-entity-row
|
|
||||||
entity: light.takflakt_2
|
|
||||||
name: 2
|
|
||||||
- type: custom:slider-entity-row
|
|
||||||
entity: light.takflakt_3
|
|
||||||
name: 3
|
|
||||||
- type: custom:slider-entity-row
|
|
||||||
entity: light.takflakt_4
|
|
||||||
name: 4
|
|
||||||
|
@ -1,5 +1,40 @@
|
|||||||
title: Åvägen
|
title: Åvägen
|
||||||
resources: !include resources.yaml
|
resources: !include resources.yaml
|
||||||
|
background: var(--lovelace-background)
|
||||||
|
popup_cards:
|
||||||
|
light.taklampor:
|
||||||
|
title: Taklampor
|
||||||
|
card:
|
||||||
|
type: entities
|
||||||
|
entities:
|
||||||
|
- light.lilla_hallen
|
||||||
|
- light.sovrum
|
||||||
|
- light.stora_hallen
|
||||||
|
- light.takflakt
|
||||||
|
- light.taklampa_koket
|
||||||
|
- light.taklampa_kontoret
|
||||||
|
- light.vardagsrum
|
||||||
|
light.takflakt:
|
||||||
|
title: Takfläkt
|
||||||
|
card:
|
||||||
|
type: entities
|
||||||
|
entities:
|
||||||
|
- type: custom:slider-entity-row
|
||||||
|
entity: light.takflakt
|
||||||
|
name: All
|
||||||
|
- type: section
|
||||||
|
- type: custom:slider-entity-row
|
||||||
|
entity: light.takflakt_1
|
||||||
|
name: 1
|
||||||
|
- type: custom:slider-entity-row
|
||||||
|
entity: light.takflakt_2
|
||||||
|
name: 2
|
||||||
|
- type: custom:slider-entity-row
|
||||||
|
entity: light.takflakt_3
|
||||||
|
name: 3
|
||||||
|
- type: custom:slider-entity-row
|
||||||
|
entity: light.takflakt_4
|
||||||
|
name: 4
|
||||||
views:
|
views:
|
||||||
- !include views/diverse_view.yaml
|
- !include views/diverse_view.yaml
|
||||||
- !include views/security_view.yaml
|
- !include views/security_view.yaml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user