Rasenmäher: Mähen bei Regen unterbrechen
Reagiert auf Zustandsaenderung von forecast home auf 'pouring'. Rasenmaeher zur Station senden, Push-Nachricht senden. Nur wenn am410xe nera 'mowing' ist.
Entitäten:lawn_mower.dein_rasenmaeher
So funktioniert diese Automation
Schritt 1
Auslöser
- Zustandsänderung
forecast home -> pouring
- Zustandsänderung
forecast home -> hail
- Zustandsänderung
forecast home -> lightning
- Zustandsänderung
forecast home -> lightning-rainy
- Zustandsänderung
forecast home -> rainy
- Zustandsänderung
forecast home -> snowy-rainy
- Zustandsänderung
forecast home -> snowy
Schritt 2
Bedingungen
- Zustand
dein rasenmaeher = mowing
Schritt 3
Aktionen
Rasenmäher zur Station
notify.mobile_app_dein_smartphone
Sie fährt jetzt zurück nach Hause.
Rasenmäher: Mähen bei Regen unterbrechen
# Entity-IDs sind anonymisiert. Ersetze sie durch deine eigenen.
# Beispiel: light.dein_wohnzimmer_licht -> light.wohnzimmer_deckenlampe
alias: 'Rasenmäher: Mähen bei Regen unterbrechen'
mode: single
trigger:
- platform: state
entity_id:
- weather.forecast_home
from: null
to: pouring
- platform: state
entity_id:
- weather.forecast_home
from: null
to: hail
- platform: state
entity_id:
- weather.forecast_home
from: null
to: lightning
- platform: state
entity_id:
- weather.forecast_home
from: null
to: lightning-rainy
- platform: state
entity_id:
- weather.forecast_home
from: null
to: rainy
- platform: state
entity_id:
- weather.forecast_home
from: null
to: snowy-rainy
- platform: state
entity_id:
- weather.forecast_home
from: null
to: snowy
condition:
- condition: state
entity_id: lawn_mower.dein_rasenmaeher
state: mowing
action:
- metadata: {}
data: {}
target:
device_id: DEIN_GERAET_ID
action: lawn_mower.dock
- metadata: {}
data:
title: Mählanie ist es zu naß
message: Sie fährt jetzt zurück nach Hause.
action: notify.mobile_app_dein_smartphone
