Hope I’m in the right category. Migrating automations from Node-RED and have a bunch of old inputs (booleans, selects etc) from my configuration file. I have deleted them from the file, but they’re still showing in the list. Anyone knows where I can delete them completely?
No, I’m talking about the list where I can create my own helpers. I have deleted them all from my configuration file, but they still show up in the list.
I’m sure you’ve figured this out by now, but here’s what I did just to help anyone else searching for an answer. Open the “core.entity_registry” file in the config/.storage folder and search for each item you want to delete, such as input_select.lock_zwave_option_3_front from my example below. Then delete that entire section (everything I have highlighted) being VERY careful to include the opening “{” and the closing “},” If it’s the last section in the file then you need to delete the comma from the section before it. Then restart HA for the changes to take effect. I would create a backup stored off of your device before performing the deletions.
I have an input_select helper configured via yaml that I am not able to delete after renaming them. What makes matter worst is that the new renamed input select goes unavailable too after restart and I can usually bring it back up after input select reload before 2021.4.
I have tried removing it from yaml and recreating via helpers UI but still unavailable. GREP of the name shows nothing on .storage. I don’t see any entries of entity on the mariadb I’ve been using except on the restore states.
I’m trying to figure out which component should I put on debug mode.so I can finally fix this.
Time passed… as of Home Assistant 2021.12.6, on Helpers page, clicking on the Entity ID now shows a Delete option.
Similarly if it’s showing on Lovelace but no longer needed, click on the unneeded Helper Entity ID, then Entity Settings (top right) to get to the same Delete option.
Just to clarify: you need to click exactly on the helper name or Entity ID – not just the right row. This is pretty weird UI design. One would expect clicking the row acts like a huge button for pressing the name/id.
On 2023.8.4 (possibly earlier, I can’t say for sure), the settings dialog for helpers seems to be broken. When I click on the gear icon for a helper, I get a blank page. I can’t rename the helper, can’t change the icon, and can’t delete it.
How to remove a Riemann helper for a non-existent entity? When i click on such a helper, I can only set the precision value. There is no delete button.
Helpers (across the top in Integrations / Devices / Entities / Helpers) - make a note of any with a red blob
Entities (across the top in Integrations / Devices / Entities / Helpers):
(a) xxx entities not shown - click CLEAR
(b) find the entry for those Helpers, click on the entity name
(c) Cog wheel (top right of the pop up)
(d) Delete (bottom left)
This is the correct way. The issue seems to be that the helper identity is set to disabled, which in turn doesn’t show the delete button on the helper page.
Deleting it straight trough the entity solves this issue.