thank you very much for this addon
it is great to see it expanding with new sensors and options
but I have a problem setting it up, I get the following errors:
Unable to prepare setup for platform binance_pool.sensor: Unable to set up component.
Error during setup of component binance_pool
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/setup.py", line 229, in _async_setup_component
result = await task
File "/usr/local/lib/python3.9/concurrent/futures/thread.py", line 52, in run
result = self.fn(*self.args, **self.kwargs)
File "/config/custom_components/binance_pool/__init__.py", line 112, in setup
invactive += 1
UnboundLocalError: local variable 'invactive' referenced before assignment
Hello. Thank for great component!
Is it possible to get FUNDING_WALLET value from Binance? As i can see, btc_balance sensor gets SPOT_WALLET value only.