1
0

Fix vacuum automations

This commit is contained in:
pgrondek 2020-11-13 21:19:36 +01:00
parent 2862de7eb1
commit c39a22b4e1

View File

@ -1,8 +1,8 @@
- id: vacuum_leave
alias: '[Vaccum] Clean after leaving home'
trigger:
- platform: geo_location
source: sensor.sm_g965f_geocoded_location
- platform: zone
entity_id: device_tracker.sm_g965f
zone: zone.home
event: leave
condition: []
@ -15,8 +15,8 @@
- id: vacuum_arive
alias: '[Vaccum] Stop cleaning after arrival'
trigger:
- platform: geo_location
source: sensor.sm_g965f_geocoded_location
- platform: zone
entity_id: device_tracker.sm_g965f
zone: zone.home
event: enter
condition: []