mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-10 11:00:14 -04:00
20 lines
356 B
YAML
20 lines
356 B
YAML
alias: 'Kitchen Occupied'
|
|
id: automation_kitchen_occupied
|
|
mode: restart
|
|
|
|
trigger:
|
|
- platform: state
|
|
entity_id:
|
|
- binary_sensor.kitchen_occupied
|
|
to: 'on'
|
|
|
|
condition:
|
|
- condition: state
|
|
entity_id: input_boolean.kitchen_occupied
|
|
state: 'off'
|
|
|
|
action:
|
|
- service: input_boolean.turn_on
|
|
entity_id: input_boolean.kitchen_occupied
|
|
|