While following directions for configuring HA to do something with a camera, I introduced the following to my configuration.yaml:
camera:
- platform: ffmpeg
name: frontdoor_live
input: <ip address>
After introducing this code, a card magically appeared in my default dashboard, but it had no image. I subsequently decided not to pursue whatever it was I was trying to do, so I removed the code from my configuration file. The card remained and there is still an entity for the camera. I cannot remove the entity because it does not have a unique ID. I searched through every file I could find, but I could not find any evidence of frontdoor_live
. I do not have an ffmpeg
integration. I have restarted multiple times and I even rebooted the HA VM. How do I get rid of the card and the entity?