Replies: 1 comment
-
|
I now do this: I can then filter and the translations against other sets such as all sensor keys. But I would still be interested if it is possible to launch a mock hass with a different default language. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have configured my entities properly with
_attr_has_entity_name = True, atranslation_keyand populated my translation jsons. This works, as my entity.name yield the correct translation from the en.json. Now I want to verify the de.json, but simply settinghass.config.language = "de"does not work.What is the recommended way to do this?
Beta Was this translation helpful? Give feedback.
All reactions