lovelace - Add ability to controll each bulb of ceiling fan
This commit is contained in:
parent
ae14296af0
commit
924e714191
@ -1,4 +1,6 @@
|
|||||||
type: picture-elements
|
type: vertical-stack
|
||||||
|
cards:
|
||||||
|
- type: picture-elements
|
||||||
image: !file /local/images/Bottenvåning.png
|
image: !file /local/images/Bottenvåning.png
|
||||||
elements:
|
elements:
|
||||||
|
|
||||||
@ -92,3 +94,25 @@ elements:
|
|||||||
- 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
|
||||||
|
@ -4,3 +4,7 @@
|
|||||||
type: js
|
type: js
|
||||||
- url: !file /local/lovelace-time-input-row/time-input-row.js
|
- url: !file /local/lovelace-time-input-row/time-input-row.js
|
||||||
type: js
|
type: js
|
||||||
|
- url: !file /local/lovelace-popup-card/popup-card.js
|
||||||
|
type: js
|
||||||
|
- url: !file /local/lovelace-slider-entity-row/slider-entity-row.js
|
||||||
|
type: js
|
||||||
|
Loading…
x
Reference in New Issue
Block a user