Change kitchen illuminance sensor
This commit is contained in:
parent
1dc51e5a84
commit
f3885ce548
@ -13,8 +13,8 @@
|
|||||||
entity_id: input_select.home_mode
|
entity_id: input_select.home_mode
|
||||||
state: Day
|
state: Day
|
||||||
- condition: numeric_state
|
- condition: numeric_state
|
||||||
entity_id: sensor.kitchen_motion_sensor_illuminance
|
entity_id: sensor.xiaomi_lumi_sen_ill_mgl01_cc990100_illuminance
|
||||||
below: '16'
|
below: '100'
|
||||||
sequence:
|
sequence:
|
||||||
- choose:
|
- choose:
|
||||||
- conditions:
|
- conditions:
|
||||||
@ -41,6 +41,9 @@
|
|||||||
- condition: state
|
- condition: state
|
||||||
entity_id: input_select.home_mode
|
entity_id: input_select.home_mode
|
||||||
state: Night
|
state: Night
|
||||||
|
- condition: numeric_state
|
||||||
|
entity_id: sensor.xiaomi_lumi_sen_ill_mgl01_cc990100_illuminance
|
||||||
|
below: '100'
|
||||||
sequence:
|
sequence:
|
||||||
- service: light.turn_on
|
- service: light.turn_on
|
||||||
entity_id: light.kitchen_lights
|
entity_id: light.kitchen_lights
|
||||||
|
Loading…
Reference in New Issue
Block a user