I accidentally removed some of my TP-link deco entities via the configuration->entities-> ‘remove selected’
I can’t find the removed entities in the entities page (even when show disabled check box is checked)
Tried to remove the deco device (with all its entities), restart and reinstall the device. I get all entities beside the entities I removed
Looked under /config/.storage/core.entity_registery but didn’t find anomaly there
Any ideas?
Manual configuration steps
If there wasn’t any discovered automatically, don’t worry! You can set up a manual integration entry:
* Browse to your Home Assistant instance.
* In the sidebar click on Configuration.
* From the configuration menu select: Integrations.
* In the bottom right, click on the Add Integration button.
* From the list, search and select “TP-Link Kasa Smart”.
* Follow the instruction on screen to complete the set up.
Esphome has a quirk though that it sometimes doesn’t clear the entity, when it is re added it will add _2 with the same name. Have you looked in dev tools to see if the entities are there with a suffix?
The esphome problem was solved by removing the config file from .storage but it was it’s own config file just for 1 device. Not part of the core entities/devices. Have you looked through the other files besides the core?
I also noticed in core.config_entries there is a entry "pref_disable_new_entities": false, for each integration. Is upnp set to false?
If you add a new item to the router does it find the new entity?
It is not configurable. I can’t add/remove items to the router.
I used to have ‘byte received per sec’ and ‘byte transmitted per sec’
I guess I’ll leave it as is. I don’t want to waste your time
Thanks for the help!