Add wake-up delay to Roborock automation - wait for battery sensor to respond before checking conditions
This commit is contained in:
@@ -63,6 +63,10 @@
|
||||
roborock_cleaning_time: "{{ state_attr('vacuum.roborock_s8_pro_ultra', 'cleaning_time') | default('ukendt', true) }}"
|
||||
|
||||
action:
|
||||
# Vent til Roborock er vækket og rapporterer tilstand
|
||||
- wait_template: "{{ states('sensor.roborock_s8_pro_ultra_batteri') != 'unknown' }}"
|
||||
timeout: "00:00:30"
|
||||
|
||||
- choose:
|
||||
- conditions:
|
||||
- condition: template
|
||||
|
||||
Reference in New Issue
Block a user