You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Device automations are having a bunch of duplicate strings. This is a poor experience for translators that need to translate the same string over and over again. It also means that if we want to change the translation, we need to update it in many places.
Add device automation base strings to homeassistant/components/strings.json. When introducing these, make sure you rename existing ones (ie light.device_automation.turn_on -> generic.device_automation.turn_on) and set up old one with a reference to new key name.
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.
The problem
Device automations are having a bunch of duplicate strings. This is a poor experience for translators that need to translate the same string over and over again. It also means that if we want to change the translation, we need to update it in many places.
homeassistant/components/strings.json
. When introducing these, make sure you rename existing ones (ielight.device_automation.turn_on
->generic.device_automation.turn_on
) and set up old one with a reference to new key name.Split out of #34264
Environment
Problem-relevant
configuration.yaml
Traceback/Error logs
Additional information
The text was updated successfully, but these errors were encountered: