shannonhochkins / ha-component-kit

A Home Assistant React component library to generate dashboards with ease, This utilizises a massive list of Components / cards to use out of the box, a large range of hooks to build your own custom functionality, and a hell of a lot more! It's using web sockets to retrieve information from your home assistant instance so there's 0 latency!
https://shannonhochkins.github.io/ha-component-kit/
611 stars 31 forks source link

Display the settings modal #100

Closed Julien-Decoen closed 11 months ago

Julien-Decoen commented 11 months ago

First, thanks a lot for this amazing project. It's rocks ! 🙌

Is your feature request related to a problem? Please describe. Nop

Describe the solution you'd like As on the lovelace ui, i'd like to display the settings form for an entity to edit those settings.

image

Do you think it's possible ? :)

shannonhochkins commented 11 months ago

Hey man! Thankyou!

I purposely omitted the "update" logic for devices and entities as this is something that home assistant handles quite well, it can easily be done and the support is there already (callApi method from useHass) where you can make a post request to update an entity!

What things did you want to update specifically? I'm just not sure (at this point) if it should be the responsibility of hakit :)

shannonhochkins commented 11 months ago

We can do the name / icon pretty easily, changing the entity ID is possible but it then becomes a bit more of a challenge for th3 developer side

I am actively working on a home assistant addon to do all that Lovelace can do and a lot more, but I have a lot going on back home and finding it hard to find time to work on it, but please be patient :)

Julien-Decoen commented 11 months ago

Thanks for you quick answer. I think your project is very cool, especially to hide the complexity of HA for my family. But they could want to change some entity's settings from this simple ui.

What things did you want to update specifically?

Everything that could change the ui :

The use case could be : I want to change the area related to my speaker because I move it in another room.

I am actively working on a home assistant addon to do all that Lovelace can do and a lot more, but I have a lot going on back home and finding it hard to find time to work on it, but please be patient :)

It looks interesting. I'm running HA on Docker Core version. But i'd like to run it inside HA too :)

shannonhochkins commented 11 months ago

Okay cool, I'll have a think about what this might look like! I agree a few of these things might be beneficial for sure

Julien-Decoen commented 11 months ago

Thanks a lot ! (and sorry for my bad english 😇)

shannonhochkins commented 11 months ago

I will close this ticket as it's not an issue but more of a feature request - please keep feature requests under the discussions area :)