Skip to content

Show friendly name in repair issue and flow#11

Merged
kongo09 merged 2 commits intomainfrom
feature/repair-flow-friendly-names
Mar 6, 2026
Merged

Show friendly name in repair issue and flow#11
kongo09 merged 2 commits intomainfrom
feature/repair-flow-friendly-names

Conversation

@kongo09
Copy link
Copy Markdown
Owner

@kongo09 kongo09 commented Mar 6, 2026

Summary

  • Repair issue title and fix flow now show the remote's friendly name instead of the raw entity_id
  • Name is resolved from the entity registry (name or original_name), falling back to entity_id
  • Name is passed via issue data so the repair flow can use it without an extra lookup
  • Updated all translations (en, de, fr, es) to use {name} placeholder

Test plan

  • All 49 tests pass
  • Linting clean (ruff check + ruff format)
  • Manual: verify repair issue shows friendly name (e.g. "Living Room Remote" instead of "remote.living_room")

🤖 Generated with Claude Code

kongo09 and others added 2 commits March 6, 2026 18:22
Resolve the remote's friendly name from the entity registry and use it
in the repair issue title and fix flow confirm step. Falls back to the
entity_id when no name is available.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The entity registry often has no name/original_name set. Fall back to
state.name (the friendly_name attribute) in config flow, repair issue
creation, and repair flow name resolution.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@kongo09 kongo09 merged commit 2a55cb4 into main Mar 6, 2026
4 checks passed
@kongo09 kongo09 deleted the feature/repair-flow-friendly-names branch March 6, 2026 18:32
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.

1 participant