From f40f064b096c2d91d7d27247a690f248a4055aa1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Lov=C3=A9n?= Date: Wed, 20 Feb 2019 00:46:42 +0100 Subject: [PATCH] New lights --- appdaemon/apps/timed_lights.yaml | 12 ++++++++++++ lovelace/floorplan.yaml | 18 ++++++++++++------ lovelace/main.yaml | 2 +- 3 files changed, 25 insertions(+), 7 deletions(-) diff --git a/appdaemon/apps/timed_lights.yaml b/appdaemon/apps/timed_lights.yaml index f1d2c57..9fa7875 100644 --- a/appdaemon/apps/timed_lights.yaml +++ b/appdaemon/apps/timed_lights.yaml @@ -8,6 +8,18 @@ outside_lights: - entity_manager lights: - 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: diff --git a/lovelace/floorplan.yaml b/lovelace/floorplan.yaml index 5165153..1208378 100644 --- a/lovelace/floorplan.yaml +++ b/lovelace/floorplan.yaml @@ -53,12 +53,18 @@ cards: {{ lamp('light.skotbord', 21, 15) }} # Utomhus - {{ lamp('light.ute_framsidan', 44, 94) }} - {{ lamp('light.ute_framsidan', 16, 94) }} - {{ lamp('light.ute_framsidan', 60, 94) }} - {{ lamp('light.ute_framsidan', 75, 94) }} - {{ lamp('light.ute_framsidan', 95, 30) }} - {{ lamp('light.ute_framsidan', 95, 70) }} + {{ dimlamp('light.baksida', 35, 5) }} + {{ dimlamp('light.mellangang', 10, 30) }} + {{ dimlamp('light.uppfart', 5, 94) }} + {{ dimlamp('light.entre', 44, 94) }} + {{ dimlamp('light.fasad_1', 16, 94) }} + {{ 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 entity: sensor.elmatare_0 style: { left: 5%, top: 55% } diff --git a/lovelace/main.yaml b/lovelace/main.yaml index 5f91ec3..03f6abd 100644 --- a/lovelace/main.yaml +++ b/lovelace/main.yaml @@ -9,6 +9,6 @@ views: cards: - type: vertical-stack cards: - - !include dev_card.yaml - !include floorplan.yaml + - !include dev_card.yaml - !include views/dev_view.yaml