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

This commit is contained in:
Brian Bjarke Jensen
2026-02-02 21:28:34 +01:00
parent d11c63fc99
commit a2d61f4486
10 changed files with 897 additions and 641 deletions
+28
View File
@@ -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