Kommentare zu: Automationen in Home Assistant: Von simpel bis smart https://hobbyblogging.de/automationen-in-home-assistant Smart Home Blog Wed, 18 Mar 2026 10:13:15 +0000 hourly 1 https://wordpress.org/?v=6.9.4 Von: Lukas https://hobbyblogging.de/automationen-in-home-assistant#comment-8943 Thu, 20 Nov 2025 18:22:07 +0000 https://hobbyblogging.de/?p=21487#comment-8943 Als Antwort auf Benni.

Hallo Benni,

sorry, da hat bei mir die Benachrichtigung versagt. Daher erst jetzt die Antwort.

Danke für deine Inspiration. Die Automation sieht schon mal interessant aus.
Action-Benachrichtigungen habe ich dieses Jahr auch erstmals ausprobiert. Das ist schon echt extrem stark seitens Home Assistant.
Und ich glaube das ist auch echt eine Möglichkeit, die gerade von Einsteigern noch sehr stark unterschätzt wird.

Smarte Grüße

]]>
Von: Benni https://hobbyblogging.de/automationen-in-home-assistant#comment-8940 Sun, 16 Nov 2025 12:43:00 +0000 https://hobbyblogging.de/?p=21487#comment-8940 Moin,

meine Automatioslieblinge sind zur Zeit Action Benachrichtigungen.
Ich habe mal ein Beispiel kopiert:

alias: Sleeptimer Fernseher Wohnzimmer EG Benachrichtigung
description: „“
triggers:
– trigger: state
entity_id:
– media_player.firetv_wohnzimmer_eg
from: „off“
to: null
id: Fernseher an
– trigger: event
event_type: mobile_app_notification_action
event_data:
action: FRAGE_ERNEUT_FERNSEHER_WOHNZIMMER_EG
id: Frage erneut
conditions: []
actions:
– choose:
– conditions:
– condition: trigger
id:
– Fernseher an
– condition: time
after: „20:00:00“
enabled: true
– condition: not
conditions:
– condition: state
entity_id: media_player.firetv_wohnzimmer_eg
state: unavailable
sequence:
– action: notify.mobile_app_benni_iphone_air
metadata: {}
data:
message: Sleeptimer aktivieren
title: Fernseher Wohnzimmer OG
data:
actions:
– action: SLEEPTIMER_1_FERNSEHER_WOHNZIMMER_EG
title: 15 Min.
– action: SLEEPTIMER_2_FERNSEHER_WOHNZIMMER_EG
title: 30 Min.
– action: SLEEPTIMER_3_FERNSEHER_WOHNZIMMER_EG
title: 45 Min.
– action: SLEEPTIMER_4_FERNSEHER_WOHNZIMMER_EG
title: 60 Min.
– action: SLEEPTIMER_5_FERNSEHER_WOHNZIMMER_EG
title: 90 Min.
– action: FRAGE_ERNEUT_FERNSEHER_WOHNZIMMER_EG
title: Frage erneut in 45 Min.
– action: SLEEPTIMER_6_FERNSEHER_WOHNZIMMER_EG
title: Eingabe Minuten
input: true
behavior: textInput
– action: NEIN_SLEEPTIMER_WOHNZIMMER_EG
title: Nein, danke
– conditions:
– condition: trigger
id:
– Frage erneut
sequence:
– delay:
hours: 0
minutes: 45
seconds: 0
milliseconds: 0
– action: notify.mobile_app_benni_iphone_air
metadata: {}
data:
message: Sleeptimer aktivieren
title: Fernseher Wohnzimmer OG
data:
actions:
– action: SLEEPTIMER_1_FERNSEHER_WOHNZIMMER_EG
title: 15 MIN.
– action: SLEEPTIMER_2_FERNSEHER_WOHNZIMMER_EG
title: 30 MIN.
– action: SLEEPTIMER_3_FERNSEHER_WOHNZIMMER_EG
title: 45 Min.
– action: SLEEPTIMER_4_FERNSEHER_WOHNZIMMER_EG
title: 60 Min.
– action: SLEEPTIMER_5_FERNSEHER_WOHNZIMMER_EG
title: 90 Min.
– action: FRAGE_ERNEUT_FERNSEHER_WOHNZIMMER_EG
title: Frage erneut in 45 Min.
– action: SLEEPTIMER_6_FERNSEHER_WOHNZIMMER_EG
title: Eingabe Minuten
input: true
behavior: textInput
– action: NEIN_SLEEPTIMER_WOHNZIMMER_EG
title: Nein, danke
trace:
stored_traces: 10
mode: single

alias: Sleeptimer Fernseher Wohnzimmer EG Action
description: „“
triggers:
– trigger: event
event_type: mobile_app_notification_action
id: Sleeptimer-1
event_data:
action: SLEEPTIMER_1_FERNSEHER_WOHNZIMMER_EG
– trigger: event
event_type: mobile_app_notification_action
id: Sleeptimer-2
event_data:
action: SLEEPTIMER_2_FERNSEHER_WOHNZIMMER_EG
– trigger: event
event_type: mobile_app_notification_action
id: Sleeptimer-3
event_data:
action: SLEEPTIMER_3_FERNSEHER_WOHNZIMMER_EG
– trigger: event
event_type: mobile_app_notification_action
id: Sleeptimer-4
event_data:
action: SLEEPTIMER_4_FERNSEHER_WOHNZIMMER_EG
– trigger: event
event_type: mobile_app_notification_action
id: Sleeptimer-5
event_data:
action: SLEEPTIMER_5_FERNSEHER_WOHNZIMMER_EG
– trigger: event
event_type: mobile_app_notification_action
id: Sleeptimer-6
event_data:
action: SLEEPTIMER_6_FERNSEHER_WOHNZIMMER_EG
conditions: []
actions:
– choose:
– conditions:
– condition: trigger
id:
– Sleeptimer-1
sequence:
– delay:
hours: 0
minutes: 15
seconds: 0
milliseconds: 0
– type: turn_off
device_id: 56ccb2cf1201a399669839b4ad004819
entity_id: bf95356ed9c460073cb0d4d9ef698f87
domain: remote
– type: turn_off
device_id: f36d19bfb886c4722f27ea1347ea3fbb
entity_id: 02aae9a9b59c1803274a0883804fd916
domain: remote
– conditions:
– condition: trigger
id:
– Sleeptimer-2
sequence:
– delay:
hours: 0
minutes: 30
seconds: 0
milliseconds: 0
– type: turn_off
device_id: 56ccb2cf1201a399669839b4ad004819
entity_id: bf95356ed9c460073cb0d4d9ef698f87
domain: remote
– type: turn_off
device_id: f36d19bfb886c4722f27ea1347ea3fbb
entity_id: 02aae9a9b59c1803274a0883804fd916
domain: remote
– conditions:
– condition: trigger
id:
– Sleeptimer-3
sequence:
– delay:
hours: 0
minutes: 45
seconds: 0
milliseconds: 0
– type: turn_off
device_id: 56ccb2cf1201a399669839b4ad004819
entity_id: bf95356ed9c460073cb0d4d9ef698f87
domain: remote
– type: turn_off
device_id: f36d19bfb886c4722f27ea1347ea3fbb
entity_id: 02aae9a9b59c1803274a0883804fd916
domain: remote
– conditions:
– condition: trigger
id:
– Sleeptimer-4
sequence:
– delay:
hours: 1
minutes: 0
seconds: 0
milliseconds: 0
– type: turn_off
device_id: 56ccb2cf1201a399669839b4ad004819
entity_id: bf95356ed9c460073cb0d4d9ef698f87
domain: remote
– type: turn_off
device_id: f36d19bfb886c4722f27ea1347ea3fbb
entity_id: 02aae9a9b59c1803274a0883804fd916
domain: remote
– conditions:
– condition: trigger
id:
– Sleeptimer-5
sequence:
– delay:
hours: 1
minutes: 30
seconds: 0
milliseconds: 0
– type: turn_off
device_id: 56ccb2cf1201a399669839b4ad004819
entity_id: bf95356ed9c460073cb0d4d9ef698f87
domain: remote
– type: turn_off
device_id: f36d19bfb886c4722f27ea1347ea3fbb
entity_id: 02aae9a9b59c1803274a0883804fd916
domain: remote
– conditions:
– condition: trigger
id:
– Sleeptimer-6
sequence:
– action: input_number.set_value
metadata: {}
data:
value: „{{ trigger.event.data.reply_text }}“
target:
entity_id: input_number.sleeptimer_wohnzimmer_eg_eingabe
– delay: >-
{{ states(‚input_number.sleeptimer_wohnzimmer_eg_eingabe‘) |
multiply(60) | int }}
– type: turn_off
device_id: a7cd8b4486f34b7809d1e78a97bac4f1
entity_id: 3823bf5fe3544c99cac9b8afb90ca92d
domain: remote
– type: turn_off
device_id: 7adf3d203ad079b7b627466e70d8fa6c
entity_id: 2f94159a96063919d495322cc02bb1e5
domain: remote
mode: restart

]]>