-
-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Align configuration classes with Home Assistant standards #270
Align configuration classes with Home Assistant standards #270
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thx - could you check the last comments please.
I will implement the needed changes to get the release out. Thx! |
Sorry, I was on a roadtrip. Are you already working on it? |
No problem. I like your contributions and all the needed stuff is fixed. Just have a problem with the not working translation. Need to dive deeper tomorrow. Thanks again! |
It’s strange that the translations aren’t being applied. I tested it on Friday morning and was quite sure that at least the German translations were showing up. I looked into it again last night but couldn’t spot the issue at first glance. 🤔 |
OK - the sensor/switch title translation is not working at all. It showed the German value because your HA system language is DE. I will remove the german translation for now to make sure that the entities are created with english naming. I'll merge the PR with a few other changes and then work on the translation bug. |
This PR refines the configuration classes to better adhere to Home Assistant's coding standards and best practices.