From b15b5ba95c3fb51ef666f371796b27258a3cac3b Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 3 Dec 2025 13:14:37 +0100 Subject: [PATCH] Add final learn more and feedback links for purpose-specific triggers and conditions preview feature (#157830) --- homeassistant/components/automation/manifest.json | 2 ++ homeassistant/generated/labs.py | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/automation/manifest.json b/homeassistant/components/automation/manifest.json index 5ea64cc2610..b2c3703c6c5 100644 --- a/homeassistant/components/automation/manifest.json +++ b/homeassistant/components/automation/manifest.json @@ -8,6 +8,8 @@ "integration_type": "system", "preview_features": { "new_triggers_conditions": { + "feedback_url": "https://forms.gle/fWFZqf5MzuwWTsCH8", + "learn_more_url": "https://www.home-assistant.io/blog/2025/12/03/release-202512/#purpose-specific-triggers-and-conditions", "report_issue_url": "https://github.com/home-assistant/core/issues/new?template=bug_report.yml&integration_link=https://www.home-assistant.io/integrations/automation&integration_name=Automation" } }, diff --git a/homeassistant/generated/labs.py b/homeassistant/generated/labs.py index 6e84ea5ba04..e6ceccdeebc 100644 --- a/homeassistant/generated/labs.py +++ b/homeassistant/generated/labs.py @@ -6,8 +6,8 @@ To update, run python3 -m script.hassfest LABS_PREVIEW_FEATURES = { "automation": { "new_triggers_conditions": { - "feedback_url": "", - "learn_more_url": "", + "feedback_url": "https://forms.gle/fWFZqf5MzuwWTsCH8", + "learn_more_url": "https://www.home-assistant.io/blog/2025/12/03/release-202512/#purpose-specific-triggers-and-conditions", "report_issue_url": "https://github.com/home-assistant/core/issues/new?template=bug_report.yml&integration_link=https://www.home-assistant.io/integrations/automation&integration_name=Automation", }, },