Since latest 0.66 update I get the following error if I change my mqtt light status.
But lights are working…
Traceback (most recent call last):
File "/usr/lib/python3.6/asyncio/events.py", line 145, in _run
self._callback(*self._args)
File "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/components/mqtt/__init__.py", line 647, in _mqtt_handle_message
msg.topic, payload, msg.qos)
File "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/core.py", line 248, in async_run_job
target(*args)
File "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/components/light/mqtt.py", line 247, in brightness_received
device_value = float(templates[CONF_BRIGHTNESS](payload))
ValueError: could not convert string to float:
Tried to restart my mqtt module and my mosquitto service but no luck.
Anyone with the same problem ?