Create KNX entity

Hi,

I’ve installed the KNX integration and imported the ETS project file. Now I’m trying to create KNX entities, but only the switch or light type entities appear. Shouldn’t other entities (cover, climate, etc.) also appear?

Thanks,

Hi :wave:!
The other entity platforms are only available via yaml configuration. See the integration documentation for more information.

Hi,

Congratulations on the excellent integration!

Do you know if there are any future plans to create the other entity platforms through the UI?

Thanks.

Thanks!

Regarding future plans: there is no roadmap per se. If I find time and motivation I may continue to work on the integration myself, but currently that’s not the case unfortunately.

Nevertheless the whole thing is built in such a way that it can be “relatively easily” extended to other platforms. The Switch was the “proof of concept” and Light was an attempt to implement a more complex configuration. Both seem to be working quite well so far. However, each platform has its own little quirks that need to be thought through before implementation.
Anyone who is motivated enough is warmly invited to contribute :smiley:.

Hi,

I haven’t knowledge of python, but it’s never too late to learn. I would like to be able to contribute in some way :slightly_smiling_face:

That’s the spirit :+1:
The UI stuff is lots of TypeScript next to the Python backend btw.