drinfernoo / homeassistant-binance

Home Assistant integration for retrieving account balances and exchange rates from Binance
Apache License 2.0
14 stars 5 forks source link

Integration creating tons of entities #13

Closed Kosygor closed 2 years ago

Kosygor commented 2 years ago

Hello just have installed You integration with configuration

 binance_pool:
   domain: com
   native_currency: USD
   balances:
     - TLM
     - BUSD
   api_key: !secret binance_api_key
   api_secret: !secret binance_api_secret

And it just started crating tons of entities. Did not count them and wait to see how many there are. Most of them were *_exchange. Could it be because i did no specify exchanges:? Edit: realy I did not read documentation well.... Closing