home-assistant / home-assistant.io

:blue_book: Home Assistant User documentation
https://www.home-assistant.io
Other
4.9k stars 7.25k forks source link

auto create elements based on project file #33177

Closed hgehrts closed 4 months ago

hgehrts commented 4 months ago

Feedback

It's my first days of using Home Assistant... been a long iobroker user before. The KNX Integration went smooth without any issues - great work! Even with Multicast Adressing. What I'm missing is a way to control the objects from that KNX Tree right away like I'm used to in iobroker (for testing for example). But also a automatic generation of the group adresses and elements would be helpful, even if it's only semi-complete. I'm not a big fan of fiddling around with yaml on the cli myself, IMO yaml is a pita and too error prone. So: anything that could help here is highly welcome.

URL

https://www.home-assistant.io/integrations/knx/

Version

2024.6.1

Additional information

No response

home-assistant[bot] commented 4 months ago

Hey there @julius2342, @farmio, @marvin-w, mind taking a look at this feedback as it has been labeled with an integration (knx) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `knx` can trigger bot actions by commenting: - `@home-assistant close` Closes the feedback. - `@home-assistant rename Awesome new title` Renames the feedback. - `@home-assistant reopen` Reopen the feedback. - `@home-assistant unassign knx` Removes the current integration label and assignees on the feedback, add the integration domain after the command. - `@home-assistant add-label needs-more-information` Add a label (needs-more-information) to the feedback. - `@home-assistant remove-label needs-more-information` Remove a label (needs-more-information) on the feedback.
farmio commented 4 months ago

Hi 👋! Please be aware that issues in this repository target problems with the documentation of Home Assistant. For feature requests and support questions please head to the HA community forums.

That said, there probably won't be any "auto entity creation from a project file" in the foreseeable future, since a knx project file just doesn't have enough semantic information to do that reliably. There are however efforts to move the configuration to the UI. See https://github.com/home-assistant/core/pull/104079 and https://github.com/XKNX/knx-frontend/pull/112 And the discussion here https://github.com/XKNX/knx-frontend/discussions/50 Any help with that is highly welcome 😉