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