Closed MartinHjelmare closed 3 years ago
would it be possible to break out the list of incomplete integrations? maybe a complete list, an in progress list, and a not started list?
There are only a couple of PRs in progress. So the list in the top post is more or less accurate.
Yeah, it's just hard to look through (visually impaired user here)
https://github.com/home-assistant/core/blob/dev/homeassistant/components/ipma/strings.json https://github.com/home-assistant/core/blob/dev/homeassistant/components/sonarr/strings.json https://github.com/home-assistant/core/blob/dev/homeassistant/components/volumio/strings.json https://github.com/home-assistant/core/blob/dev/homeassistant/components/wilight/strings.json https://github.com/home-assistant/core/blob/dev/homeassistant/components/xiaomi_miio/strings.json have only references to common strings or strings that are not included in the common strings. Can be marked as done.
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.
Closing this. Most integrations are done. We can open up individual issues for remaining work the next time we want to focus on this.
Thanks to everyone that helped with this effort! :tada:
The problem
strings.json
files that represent integration config flow translations.strings.json
file. Replace as many strings as possible with references according to our docs. Make sure to also replace the error and abort string keys in theconfig_flow.py
module of the integration, but not the user input data keys. Finally update tests intest_config_flow.py
for the integration. Open a PR with the changes for the integration.Integrations
Environment
Problem-relevant
configuration.yaml
Traceback/Error logs
Additional information