Fix vacuum automations
This commit is contained in:
parent
2862de7eb1
commit
c39a22b4e1
1 changed files with 4 additions and 4 deletions
|
@ -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: []
|
||||||
|
|
Loading…
Reference in a new issue