Hi, I have installed Hive Custom using HACS 2020.1_b21 but when I add integration there is an issue with Lights not being discovered which are only Color Lights, other entities are discovered fine.
some log info…
pyhiveapi/light.py", line 55, in get_light
dev_data.update({“hs_color”: await self.get_color(device)})
File “/Users/bradley/.homeassistant/deps/lib/python/site-packages/pyhiveapi/light.py”, line 161, in get_color
(data[“state”][“hue”]) / 360,
TypeError: unsupported operand type(s) for /: ‘NoneType’ and ‘int’
2020-11-28 14:40:29 ERROR (MainThread) [homeassistant.components.light] hive: Error on device update!
Also I have successfully entered the 2FA code and was accepted but I am still getting Text messages from Hive so not sure what to do.
Any help appreciated