Files
hassio-configuration/configuration/automation/global_webhook_gitea.yaml
Alexander Savin 26d86dec90
Some checks failed
Savin's Home Assistant / build (push) Failing after 1m45s
Update to the current version
2025-05-11 16:07:21 -04:00

20 lines
716 B
YAML

---
- id: global_webhook_gitea
alias: '[Global] Webhook Gitea New Version'
initial_state: 'true'
trigger:
- platform: state
entity_id: update.home_assistant_core_update
to: 'on'
action:
- 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"