Ignorer motion-notifikationer når støvsugeren kører
Tilføj condition til AI overvågning og 'der er nogen i indkørslen': skip notifikation hvis vacuum.roborock_s8_pro_ultra er cleaning/returning
This commit is contained in:
@@ -2,7 +2,15 @@
|
||||
trigger:
|
||||
platform: state
|
||||
entity_id: binary_sensor.indkorsel_sensor_motion
|
||||
to: 'on'
|
||||
to: 'on'
|
||||
condition:
|
||||
- condition: not
|
||||
conditions:
|
||||
- condition: state
|
||||
entity_id: vacuum.roborock_s8_pro_ultra
|
||||
state:
|
||||
- cleaning
|
||||
- returning
|
||||
action:
|
||||
- service: notify.mobile_app_claus_iphone_15pro
|
||||
data:
|
||||
|
||||
Reference in New Issue
Block a user