homeassistant-powercalc icon indicating copy to clipboard operation
homeassistant-powercalc copied to clipboard

Unable to Unhide Entities

Open peterxrock opened this issue 2 years ago • 2 comments

I have an issue where Powercalc entities become hidden, and I cannot unhide/renable them. I am using the GUI to set these up.

Screen Shot 2022-09-20 at 4 32 46 PM

peterxrock avatar Sep 20 '22 21:09 peterxrock

I think I created rooms for these sensors, and chose the "Hide Members" option. I deleted these rooms, but these remain hidden, and the option to unhide them is disabled in the GUI. Screen Shot 2022-09-20 at 6 04 43 PM

peterxrock avatar Sep 20 '22 23:09 peterxrock

Thanks for raising this issue. Currently the group members were not unhidden when you remove the group from HA. I have changed that with #1097.

This is in the master branch (you can install that with HACS if you want) or wait for next release.

You still have to "fix" the hide state of the entities in question. I think you have to options to fix those.

  1. Create a group again and make sure to uncheck the hide members checkbox, this should make them unhidden and allow you to hide them yourself with the GUI again.
  2. Not recommended: stop HA and edit config/.storage/core.entity_registry. Here you can find the entities and alter the hidden_by attribute to "hidden_by": null,. Than start HA again.

bramstroker avatar Sep 21 '22 08:09 bramstroker

This fixed it. Thank you!

peterxrock avatar Sep 24 '22 20:09 peterxrock