Robots: manuelt start overrider family_presence stop for støvsuger og plæneklipper
This commit is contained in:
@@ -153,6 +153,9 @@
|
||||
- condition: state
|
||||
entity_id: vacuum.roborock_s8_pro_ultra
|
||||
state: "cleaning"
|
||||
- condition: state
|
||||
entity_id: input_boolean.roborock_manuelt_startet
|
||||
state: "off"
|
||||
|
||||
action:
|
||||
- service: vacuum.return_to_base
|
||||
@@ -165,6 +168,21 @@
|
||||
message: "Rengøring stoppet fordi nogen er kommet hjem."
|
||||
|
||||
|
||||
# 🔄 Reset manuelt-startet flag når Roborock dokker
|
||||
- id: roborock_reset_manuelt_flag
|
||||
alias: Roborock - Reset manuelt startet flag
|
||||
|
||||
trigger:
|
||||
- platform: state
|
||||
entity_id: vacuum.roborock_s8_pro_ultra
|
||||
to: "docked"
|
||||
|
||||
action:
|
||||
- service: input_boolean.turn_off
|
||||
target:
|
||||
entity_id: input_boolean.roborock_manuelt_startet
|
||||
|
||||
|
||||
# 🧹 Syd på arbejdsdage
|
||||
- id: roborock_syd_workday_vacuum
|
||||
alias: Roborock støvsug syd på arbejdsdage
|
||||
|
||||
Reference in New Issue
Block a user