Lower illuminance to trigger turning lights on
This commit is contained in:
parent
3755708024
commit
82d3712387
@ -9,7 +9,7 @@
|
|||||||
condition:
|
condition:
|
||||||
- condition: numeric_state
|
- condition: numeric_state
|
||||||
entity_id: sensor.bedroom_motion_illuminance
|
entity_id: sensor.bedroom_motion_illuminance
|
||||||
below: '25'
|
below: '21'
|
||||||
- condition: state
|
- condition: state
|
||||||
entity_id: input_select.home_mode
|
entity_id: input_select.home_mode
|
||||||
state: Day
|
state: Day
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
state: 'off'
|
state: 'off'
|
||||||
- condition: numeric_state
|
- condition: numeric_state
|
||||||
entity_id: sensor.kitchen_motion_luminance
|
entity_id: sensor.kitchen_motion_luminance
|
||||||
below: '25'
|
below: '21'
|
||||||
sequence:
|
sequence:
|
||||||
- service: light.turn_on
|
- service: light.turn_on
|
||||||
entity_id: light.hallway_light
|
entity_id: light.hallway_light
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
state: Day
|
state: Day
|
||||||
- condition: numeric_state
|
- condition: numeric_state
|
||||||
entity_id: sensor.kitchen_motion_luminance
|
entity_id: sensor.kitchen_motion_luminance
|
||||||
below: '25'
|
below: '21'
|
||||||
sequence:
|
sequence:
|
||||||
- choose:
|
- choose:
|
||||||
- conditions:
|
- conditions:
|
||||||
|
Loading…
Reference in New Issue
Block a user