diverse
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user