lovelace - Add ability to controll each bulb of ceiling fan
This commit is contained in:
parent
ae14296af0
commit
924e714191
@ -1,6 +1,8 @@
|
|||||||
type: picture-elements
|
type: vertical-stack
|
||||||
image: !file /local/images/Bottenvåning.png
|
cards:
|
||||||
elements:
|
- type: picture-elements
|
||||||
|
image: !file /local/images/Bottenvåning.png
|
||||||
|
elements:
|
||||||
|
|
||||||
{% set lamp = """
|
{% set lamp = """
|
||||||
type: state-icon
|
type: state-icon
|
||||||
@ -45,7 +47,7 @@ elements:
|
|||||||
tap_action: { action: toggle }
|
tap_action: { action: toggle }
|
||||||
style: { left: 16%, top: 84% }
|
style: { left: 16%, top: 84% }
|
||||||
|
|
||||||
# Vardagsrummet
|
# Vardagsrummet
|
||||||
- entity: light.vardagsrum
|
- entity: light.vardagsrum
|
||||||
style: { left: 60%, top: 30% }
|
style: { left: 60%, top: 30% }
|
||||||
{{ dimlamp }}
|
{{ dimlamp }}
|
||||||
@ -59,17 +61,17 @@ elements:
|
|||||||
entity: sensor.vardagsrum_0
|
entity: sensor.vardagsrum_0
|
||||||
style: { left: 40%, top: 36% }
|
style: { left: 40%, top: 36% }
|
||||||
|
|
||||||
# Sovrum
|
# Sovrum
|
||||||
- entity: light.sovrum
|
- entity: light.sovrum
|
||||||
style: { left: 81%, top: 30% }
|
style: { left: 81%, top: 30% }
|
||||||
{{ dimlamp }}
|
{{ dimlamp }}
|
||||||
|
|
||||||
# Tvättstuga
|
# Tvättstuga
|
||||||
- entity: light.skotbord
|
- entity: light.skotbord
|
||||||
style: { left: 21%, top: 15% }
|
style: { left: 21%, top: 15% }
|
||||||
{{ lamp }}
|
{{ lamp }}
|
||||||
|
|
||||||
# Utomhus
|
# Utomhus
|
||||||
- entity: light.ute_framsidan
|
- entity: light.ute_framsidan
|
||||||
style: { left: 44%, top: 94% }
|
style: { left: 44%, top: 94% }
|
||||||
{{ lamp }}
|
{{ lamp }}
|
||||||
@ -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