mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-10 11:00:14 -04:00
Will pushing from the server break anything?
This commit is contained in:
@@ -62,7 +62,7 @@ action:
|
||||
- condition: state
|
||||
entity_id: input_select.kitchen_mode
|
||||
state: "Manual"
|
||||
- "{{ states('sensor.bar_light_level') | float(default=0) >= states('input_number.kitchen_light_level_trigger') | float(default=0) }}"
|
||||
- "{{ states('sensor.bar_hue_motion_sensor_illuminance') | float(default=0) >= states('input_number.kitchen_light_level_trigger') | float(default=0) }}"
|
||||
sequence:
|
||||
- action: scene.turn_on
|
||||
data:
|
||||
|
||||
@@ -26,7 +26,7 @@ trigger:
|
||||
|
||||
# - platform: state
|
||||
# id: motion
|
||||
# entity_id: group.kitchen_motion
|
||||
# entity_id: binary_sensor.kitchen_motion
|
||||
# to: "on"
|
||||
|
||||
condition:
|
||||
|
||||
Reference in New Issue
Block a user