home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
71.05k stars 29.7k forks source link

translation key doesn't load when set to english for wled integration configuration options #112474

Closed bharvey88 closed 6 months ago

bharvey88 commented 6 months ago

The problem

In discord beta channel https://discord.com/channels/330944238910963714/427516175237382144/1214694682253066300 suggested that I open an issue by @joostlek due to missing configuration options seen in image below. wled-configuration-issue to reproduce: go to wled integrations page, click configure next to one device, and the text is missing only a box to check off. I did this on iOS latest stable from app store (not sure version) but i was told this should be in core and isnt limited to an iOS issue.

What version of Home Assistant Core has the issue?

core-2024.3.0b6

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

wled

Link to integration documentation on our website

https://www.home-assistant.io/integrations/wled

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

no error or warning in logs

Additional information

No response

home-assistant[bot] commented 6 months ago

Hey there @frenck, mind taking a look at this issue as it has been labeled with an integration (wled) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `wled` can trigger bot actions by commenting: - `@home-assistant close` Closes the issue. - `@home-assistant rename Awesome new title` Renames the issue. - `@home-assistant reopen` Reopen the issue. - `@home-assistant unassign wled` Removes the current integration label and assignees on the issue, add the integration domain after the command. - `@home-assistant add-label needs-more-information` Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue. - `@home-assistant remove-label needs-more-information` Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


wled documentation wled source (message by IssueLinks)

joostlek commented 6 months ago

Right, do you have WLED as custom component?

bharvey88 commented 6 months ago

crap. actually yes i did earlier to try to get around the rgbw-cct block for wled integration by frenck. i am not sure if i deleted it before i got this issue though..

bharvey88 commented 6 months ago

the only actual difference from the standard wled integration was commenting out the hardcoded blocks

wled-custom.zip this specifically

joostlek commented 6 months ago

Can you double check if the custom_component/something/translations/en.json is present?

joostlek commented 6 months ago

Closing as it's a custom component problem