Update to the current version
Some checks failed
Savin's Home Assistant / build (push) Failing after 1m45s

This commit is contained in:
2025-05-11 16:06:31 -04:00
parent d45649f8b8
commit 26d86dec90
55 changed files with 10355 additions and 2245 deletions

View File

@ -7,6 +7,13 @@
entity_id: update.home_assistant_core_update
to: 'on'
action:
- service: notify.telegram_alex
- service: telegram_bot.send_message
data:
target: "-1002338954143"
message_thread_id: 3
message_tag: night_mode_finished
title: "[Home Assistant] New Version"
message: "New HA version ({{ state_attr('update.home_assistant_core_update', 'latest_version') }}) has been release"
# - service: notify.telegram_alex
# data:
# message: "New HA version ({{ state_attr('update.home_assistant_core_update', 'latest_version') }}) has been release"