custom-components / remote_homeassistant

Links multiple home-assistant instances together
Apache License 2.0
905 stars 82 forks source link

remote entities list #290

Open Santanachia opened 3 months ago

Santanachia commented 3 months ago

In the integration details, I see (correctly) 1 device and (incorrectly?) 1 entity. image It would be ideal if this location housed all the entities downloaded from the remote instance.

jaym25 commented 3 months ago

If you click where it shows "1 entity" on the left, It will list all the entities that have been created from the remote instance. The 1 entity displayed is the remote connection sensor actually created as part of the integration.

jaym25 commented 3 months ago

@Santanachia I can see that you have made previous contributions to Home Assistant. If you know how to make the integration details display match with the entities brought from the remote instance, I would be happy to look at and merge your pull request.

Santanachia commented 3 months ago

thanks for the tip with the list on the left. I have made a small change, but I do not know enough to do what I wrote

jaym25 commented 3 months ago

@Santanachia If you want to share the change without a pull request. Just copy the changed line(s) with a couple lines before and after, and paste in a comment. Also include the file name and the starting line number for each section of code you paste. or you can upload the file(s) you changed here as well... Good to see that helped you out.