lovelace - Add ability to controll each bulb of ceiling fan

This commit is contained in:
Thomas Lovén 2019-01-13 23:53:59 +01:00
parent ae14296af0
commit 924e714191
2 changed files with 112 additions and 84 deletions

View File

@ -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

View File

@ -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