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
70.16k stars 29.19k forks source link

Strings for `name` are not rendered in config flow sections #121110

Open basbruss opened 3 weeks ago

basbruss commented 3 weeks ago

The problem

Strings are not rendered for the name of the section in a config/options flow. I used the kitchen_sink integration to test how sections in the data entry flows work.

What version of Home Assistant Core has the issue?

2024.07.0

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

kitchen_sink

Link to integration documentation on our website

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

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

There is no title/name displayed, but those are added to the strings.json file of the integration. image

home-assistant[bot] commented 3 weeks ago

Hey there @home-assistant/core, mind taking a look at this issue as it has been labeled with an integration (kitchen_sink) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `kitchen_sink` 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 kitchen_sink` 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)


kitchen_sink documentation kitchen_sink source (message by IssueLinks)