Added a new automation Global - New HA Core Version webhook
All checks were successful
Savin's Home Assistant / build (push) Successful in 2m10s
All checks were successful
Savin's Home Assistant / build (push) Successful in 2m10s
This commit is contained in:
12
configuration/automation/global_webhook_gitea.yaml
Normal file
12
configuration/automation/global_webhook_gitea.yaml
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
- 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: notify.telegram_alex
|
||||
data:
|
||||
message: "New HA version ({{ state_attr('update.home_assistant_core_update', 'latest_version') }}) has been release"
|
Reference in New Issue
Block a user