Hi all,
I have two nspanel devices that I have integrated via esphome and the blackymas blueprint. Both work awesome, except one of the two device has 38 entites whereas the other has 93 entities (55 out of which are unavailable). How can I remove the unavailable entities?
I tried to remove the unavailable enties, which got me quite far and the difference is 38 versus 43 entities. Now, with the missing 5 entities, whenever I try to remove them, I get the message that “Only 0 selected entities can be removed.”
Another problem I have, is that at some point in time the entities got duplicated, and I had entites such as:
- binary_sensor.nspanel_left_button
- binary_sensor.nspanel_left_button_2
After removal of the unavailable entities, it left me with the _2 version of the entites. Is there any clean way to get rid of the _2 suffix, so that the two nspanels look the same. I would guess this may make future scripting easier if I want to be able to exchange one nspanel with the other in a script?
I have been wondering whether I can remove that panels from the esphome integration, rebooting, and hoping it will reappear in new and pristine configuration? Will that work? Does home assistant store that the device with this id was removed? Or is even the risk to have to unscrew the panel in order to reset it? That would be a problem since the installation is a bit fragile.
Any help is appreciated. Thanks a lot,
Thomas