I have a ESP-Home device with is available and useable in HA (device list), but is NOT listed in the ESP Home integration. I have the esphome.yaml file in the ESP Home Addon.
How can I delete the device, when it is not available in the ESP Home integration. That is the only way to delete the device in HA I am aware off…
Could you clarify which page you are referring to? Removing the sketch from the addon(link on the menu bar) or going to the configuration page → integrations → esphome? It’s the latter that will remove the device from the system.
Integrations → esphome… so the 2nd option you mentioned. This is the place where I usually delete my esphome devices in HA. But the strange on is NOT there.
But it is listed in the configuration → devices list as an esp-home device.
All sensors and switches are working… the only thing missing is that it is listed in integrations → esphome list.
Click on one of the entities of your y device and click the top right in the small window. Still in the small window you should find a tab “related” which should point you to the integration the entity inherits from
This usalay happens when you flash a new yaml (with different name) to a former esphome device without deleting the integration before (in ha).
I guess your esp-cam01 is not (physically) present anymore? Then just go ahead, delete the integration and ad your fishfeeder again so you have a “clean” register
Save the yaml for both devices, delete whatever entries are left in integrations. Then go to the esphome folder look for config copies–>delete them, then in the .storage folder you’ll find files like esphome.********** You’ll need to open them with a text editor, you should find copies of the yaml for the problem nodes, delete those files. Then restart and reinstall your nodes.
This was super helpful for me too. Out of the blue one of my esphome devices went unavailable in HA (but perfectly fine in the esphome section). The steps you outlined fixed it for me. Everything else I had tried failed (moving device to static IP, deleting device, renaming device, restarting HA, etc).