iprak / yahoofinance

Home Assistant component which allows you to get stock updates from Yahoo finance.
MIT License
81 stars 11 forks source link

sensors don't get removed #122

Closed mguilherme closed 8 months ago

mguilherme commented 8 months ago

after removing a few symbols the sensors still exist but shown as unavailable:

image

is it possible to remove it?

currently my yaml has 2 symbols which work just fine, but the ones I removed are there but unavailable

yahoofinance:
  symbols:
    - BTC-USD
    - ETH-USD
iprak commented 8 months ago

Maybe you can remove them from Settings > Devices & services > Entities or Developer Tools > Statistics.

iprak commented 8 months ago

Symbols which have been removed from the configuration will not automatically get removed. They can be removed from Settings > Devices & services > Entities. Such entities should be listed with this icon image

You can click on it and then click the gear icon and then Delete from the bottom. image