BenPru / luxtronik

Luxtronik integration for Home Assistant
MIT License
66 stars 23 forks source link

Language selection #132

Closed euquini closed 9 months ago

euquini commented 9 months ago

There's no language selection possible in the configuration and therefore (most probably) no devices/entities are available. How can this be resolved?

AJediIAm commented 9 months ago

I'm new to HA development and looking to see if I can pick up some minor fixes, so bare with me :)

I was not expecting a language selection during the setup. Can you explain when and why you expect a language selection?

BenPru commented 9 months ago

The language selection is no more needed. In the new code base I read out the ha backend language which is configured in the ha config. And since ha ~2023.8.* entities and attributes have his own translation possibility. So I can remove my own translation service. But atm this is a todo.

BenPru commented 9 months ago

I have tried to implement the new translation service. But unfortunately the entity names are automaticly prefixed by the device name: image

BenPru commented 9 months ago

I think I implement the new translation service and rename the devices to short names like HP, Heat, DW and Cool.

BenPru commented 9 months ago

Should fixed with 2023.10.9-Alpha-Core-Preview