Skip to content

Replace hardcoded URLs in strings.json and translation files.#1422

Open
ademuri wants to merge 1 commit into
basnijholt:mainfrom
ademuri:strings
Open

Replace hardcoded URLs in strings.json and translation files.#1422
ademuri wants to merge 1 commit into
basnijholt:mainfrom
ademuri:strings

Conversation

@ademuri
Copy link
Copy Markdown
Contributor

@ademuri ademuri commented Feb 14, 2026

This replaces them with placeholders ({webapp_url} and {docs_url}), and updates config_flow.py to inject these values.

This fixes the "Validate with hassfest" CI action.

This replaces them with placeholders ({webapp_url} and {docs_url}), and
updates config_flow.py to inject these values.

This fixes the "Validate with hassfest" CI action.
@ademuri ademuri marked this pull request as ready for review February 14, 2026 07:10
@ademuri ademuri requested a review from basnijholt as a code owner February 14, 2026 07:10
Copy link
Copy Markdown
Contributor

@florianhorner florianhorner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Clean change — consistent URL placeholder pattern across all translation files. LGTM.

Copy link
Copy Markdown
Contributor

@florianhorner florianhorner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Clean and consistent — replaces hardcoded URLs with proper constants. LGTM.

florianhorner pushed a commit to florianhorner/adaptive-lighting that referenced this pull request Apr 6, 2026
@basnijholt
Copy link
Copy Markdown
Owner

Sorry it took me so long to get to this. I've been a bit overwhelmed by the number of AI-assisted PRs opened here recently, and I've also been spending nearly every spare hour on my biggest project so far, MindRoom.

I'm very supportive of using AI for coding, but many of these PRs still need careful human review because even plausible-looking changes can introduce subtle breakage. That backlog made me postpone reviewing them for a while.

I've now done a batch review with Codex / GPT-5.5 (xhigh). This comment is AI-assisted, but I've reviewed it before posting.

The placeholder approach for the docs/webapp URLs looks fine to me, and I do not see a direct issue in the string/config-flow diff.

However, the PR currently has failing checks, including the dev pytest job and Docker builds. Please rebase and get CI green before merging. If the failures are unrelated to this PR, a fresh run after rebasing should make that clear.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants