Synology DSM giving error

Just tried configuring Synology DSM and I get the following error. My guess is due to having no volumes - it is just an iSCSI target. Is there a way to configure it for no volumes?

Error doing job: Future exception was never retrieved
Traceback (most recent call last):
File “/usr/lib/python3.6/concurrent/futures/thread.py”, line 56, in run
result = self.fn(*self.args, **self.kwargs)
File “/usr/lib/python3.6/site-packages/homeassistant/components/sensor/synologydsm.py”, line 109, in run_setup
for volume in config.get(CONF_VOLUMES, api.storage.volumes):
TypeError: ‘NoneType’ object is not iterable

2 Likes