added code
Validate Home Assistant Configuration / YAML Lint (push) Failing after 7s
Validate Home Assistant Configuration / Home Assistant Config Check (push) Failing after 23s
Validate Home Assistant Configuration / Validate Entity IDs (push) Failing after 1m12s
Validate Home Assistant Configuration / Validate Device IDs (push) Failing after 17s
Validate Home Assistant Configuration / YAML Lint (pull_request) Failing after 8s
Validate Home Assistant Configuration / Home Assistant Config Check (pull_request) Failing after 21s
Validate Home Assistant Configuration / Validate Entity IDs (pull_request) Failing after 17s
Validate Home Assistant Configuration / Validate Device IDs (pull_request) Failing after 17s
Validate Home Assistant Configuration / YAML Lint (push) Failing after 7s
Validate Home Assistant Configuration / Home Assistant Config Check (push) Failing after 23s
Validate Home Assistant Configuration / Validate Entity IDs (push) Failing after 1m12s
Validate Home Assistant Configuration / Validate Device IDs (push) Failing after 17s
Validate Home Assistant Configuration / YAML Lint (pull_request) Failing after 8s
Validate Home Assistant Configuration / Home Assistant Config Check (pull_request) Failing after 21s
Validate Home Assistant Configuration / Validate Entity IDs (pull_request) Failing after 17s
Validate Home Assistant Configuration / Validate Device IDs (pull_request) Failing after 17s
This commit is contained in:
@@ -291,3 +291,31 @@
|
||||
- service: fan.turn_off
|
||||
target:
|
||||
entity_id: fan.large_toilet_ventilator
|
||||
|
||||
- id: 'gitea_deploy_webhook'
|
||||
alias: Gitea Deployment Success Notification
|
||||
description: Notify when configuration is deployed from Gitea
|
||||
triggers:
|
||||
- trigger: webhook
|
||||
webhook_id: gitea_deploy
|
||||
conditions: []
|
||||
actions:
|
||||
- action: {{HA_NOTIFY_SERVICE}}
|
||||
data:
|
||||
title: "🚀 Home Assistant Config Deployed"
|
||||
message: "Configuration successfully deployed from Git and reloaded"
|
||||
mode: single
|
||||
|
||||
- id: 'gitea_rollback_webhook'
|
||||
alias: Gitea Deployment Rollback Notification
|
||||
description: Notify when deployment fails and rollback occurs
|
||||
triggers:
|
||||
- trigger: webhook
|
||||
webhook_id: gitea_rollback
|
||||
conditions: []
|
||||
actions:
|
||||
- action: {{HA_NOTIFY_SERVICE}}
|
||||
data:
|
||||
title: "⚠️ Deployment Failed - Rolled Back"
|
||||
message: "Home Assistant configuration deployment failed. Previous configuration has been restored."
|
||||
mode: single
|
||||
|
||||
Reference in New Issue
Block a user