This was working previously and at some point has stopped working on my Hass.io installation on a RPi3.
Have also tested this on a fresh install under docker and am getting the same error.
2018-12-01 13:07:38 ERROR (MainThread) [homeassistant.components.binary_sensor] Error while setting up platform hydrawise
Traceback (most recent call last):
File “/usr/src/app/homeassistant/helpers/entity_platform.py”, line 128, in _async_setup_platform
SLOW_SETUP_MAX_WAIT, loop=hass.loop)
File “/usr/local/lib/python3.6/asyncio/tasks.py”, line 358, in wait_for
return fut.result()
File “/usr/local/lib/python3.6/concurrent/futures/thread.py”, line 56, in run
result = self.fn(*self.args, **self.kwargs)
File “/usr/src/app/homeassistant/components/binary_sensor/hydrawise.py”, line 38, in setup_platform
hydrawise.controller_status, sensor_type))
File “/usr/src/app/homeassistant/components/hydrawise.py”, line 119, in init
self.data[‘name’],
TypeError: ‘NoneType’ object is not subscriptable