Boots HA 2026.8.3 against the repo config with CI-only stub secrets; catches bad Jinja/unknown keys/schema drift yamllint cannot see. Meat: https://projects.knownelement.com/issues/778
8 lines
401 B
YAML
8 lines
401 B
YAML
# CI-only stub for `homeassistant check_config` (see .gitea/workflows/ci.yml).
|
|
# NEVER copied to the live box. Values are syntactically-valid placeholders.
|
|
deploy_webhook_id: ci-stub-deploy-webhook
|
|
doorman_scan_webhook_id: ci-stub-scan-webhook
|
|
doorman_unlock_url: http://127.0.0.1:1/unlock-stub
|
|
gitea_auth_header: token ci-stub-gitea-token
|
|
kuma_push_url: http://127.0.0.1:1/push?status=up&msg=ci-stub
|