This commit is contained in:
2026-03-15 15:41:22 +01:00
parent 380353c44e
commit 45166fa647
8 changed files with 25 additions and 64 deletions
+8 -7
View File
@@ -13,11 +13,11 @@
# entity_id: sun.sun
# state: 'below_horizon'
action:
- service: light.turn_on
- service: scene.turn_on
data:
entity_id: light.indkorsel_2
entity_id: scene.indkorsel_bright
- alias: 'Sluk lys indkørsel morgen'
- alias: 'Sluk lys indkørsel når der er lys nok'
trigger:
platform: numeric_state
entity_id: sensor.indkorsel_sensor_illuminance
@@ -37,11 +37,12 @@
event: sunset
condition:
- condition: time
after: '08:00:00'
before: '22:00:00'
action:
- service: light.turn_on
- service: scene.turn_on
data:
entity_id: light.indkorsel_2
entity_id: scene.indkorsel_bright
- alias: 'Sluk lys indkørsel aften'
trigger:
@@ -74,9 +75,9 @@
# entity_id: sun.sun
# state: below_horizon
action:
- service: light.turn_on
- service: scene.turn_on
data:
entity_id: light.indkorsel_2
entity_id: scene.indkorsel_bright
- alias: 'Sluk lys indkørsel 15 min efter bevægelse'
trigger: