Robots: manuelt start overrider family_presence stop for støvsuger og plæneklipper
This commit is contained in:
@@ -111,6 +111,9 @@
|
||||
- condition: state
|
||||
entity_id: lawn_mower.husqvarna_automower
|
||||
state: 'mowing'
|
||||
- condition: state
|
||||
entity_id: input_boolean.ploeneklipper_manuelt_startet
|
||||
state: 'off'
|
||||
action:
|
||||
- service: lawn_mower.dock
|
||||
target:
|
||||
@@ -119,3 +122,14 @@
|
||||
data:
|
||||
title: "Plæneklipper"
|
||||
message: "Klipperen er sendt hjem - {{ trigger.to_state.attributes.friendly_name }} kom hjem."
|
||||
|
||||
- alias: 'Plæneklipper - reset manuelt startet flag'
|
||||
description: 'Nulstil manuelt-startet flag når klipperen dokker'
|
||||
trigger:
|
||||
- platform: state
|
||||
entity_id: lawn_mower.husqvarna_automower
|
||||
to: 'docked'
|
||||
action:
|
||||
- service: input_boolean.turn_off
|
||||
target:
|
||||
entity_id: input_boolean.ploeneklipper_manuelt_startet
|
||||
|
||||
@@ -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