1
0

Add automation to turn on washing machine when leaving hackerspace

This commit is contained in:
Przemek Grondek 2024-03-28 21:31:31 +01:00
parent b072f4397e
commit f604529a8a

View File

@ -0,0 +1,12 @@
- id: hackerspace_left
alias: '[Hackerspace] Left'
mode: single
trigger:
- platform: zone
entity_id: device_tracker.przemyslaws_iphone
zone: zone.hackerspace
event: leave
action:
- service: switch.turn_on
target:
entity_id: switch.washing_machine_on_off