New lights
This commit is contained in:
parent
7477b17dce
commit
f40f064b09
@ -8,6 +8,18 @@ outside_lights:
|
|||||||
- entity_manager
|
- entity_manager
|
||||||
lights:
|
lights:
|
||||||
- light.ute_framsidan
|
- light.ute_framsidan
|
||||||
|
- light.baksida
|
||||||
|
- light.entre
|
||||||
|
- light.fasad_1
|
||||||
|
- light.fasad_2
|
||||||
|
- light.fasad_3
|
||||||
|
- light.fasad_4
|
||||||
|
- light.fasad_5
|
||||||
|
- light.fasad_6
|
||||||
|
- light.fasad_7
|
||||||
|
- light.fasad_8
|
||||||
|
- light.mellangang
|
||||||
|
- light.uppfart
|
||||||
|
|
||||||
|
|
||||||
decorative_lights:
|
decorative_lights:
|
||||||
|
@ -53,12 +53,18 @@ cards:
|
|||||||
{{ lamp('light.skotbord', 21, 15) }}
|
{{ lamp('light.skotbord', 21, 15) }}
|
||||||
|
|
||||||
# Utomhus
|
# Utomhus
|
||||||
{{ lamp('light.ute_framsidan', 44, 94) }}
|
{{ dimlamp('light.baksida', 35, 5) }}
|
||||||
{{ lamp('light.ute_framsidan', 16, 94) }}
|
{{ dimlamp('light.mellangang', 10, 30) }}
|
||||||
{{ lamp('light.ute_framsidan', 60, 94) }}
|
{{ dimlamp('light.uppfart', 5, 94) }}
|
||||||
{{ lamp('light.ute_framsidan', 75, 94) }}
|
{{ dimlamp('light.entre', 44, 94) }}
|
||||||
{{ lamp('light.ute_framsidan', 95, 30) }}
|
{{ dimlamp('light.fasad_1', 16, 94) }}
|
||||||
{{ lamp('light.ute_framsidan', 95, 70) }}
|
{{ dimlamp('light.fasad_2', 60, 94) }}
|
||||||
|
{{ dimlamp('light.fasad_3', 75, 94) }}
|
||||||
|
{{ dimlamp('light.fasad_4', 88, 94) }}
|
||||||
|
{{ dimlamp('light.fasad_5', 92, 70) }}
|
||||||
|
{{ dimlamp('light.fasad_6', 97, 70) }}
|
||||||
|
{{ dimlamp('light.fasad_7', 92, 30) }}
|
||||||
|
{{ dimlamp('light.fasad_8', 97, 30) }}
|
||||||
- type: state-label
|
- type: state-label
|
||||||
entity: sensor.elmatare_0
|
entity: sensor.elmatare_0
|
||||||
style: { left: 5%, top: 55% }
|
style: { left: 5%, top: 55% }
|
||||||
|
@ -9,6 +9,6 @@ views:
|
|||||||
cards:
|
cards:
|
||||||
- type: vertical-stack
|
- type: vertical-stack
|
||||||
cards:
|
cards:
|
||||||
- !include dev_card.yaml
|
|
||||||
- !include floorplan.yaml
|
- !include floorplan.yaml
|
||||||
|
- !include dev_card.yaml
|
||||||
- !include views/dev_view.yaml
|
- !include views/dev_view.yaml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user