Any idea how I can stop the following errors, I get separate error for each of my 5 tags?
2017-06-11 17:15:17 ERROR (MainThread) [homeassistant.helpers.entity] Update for sensor.master_bedroom_temperature fails
Traceback (most recent call last):
File “/srv/homeassistant/lib/python3.4/site-packages/homeassistant/helpers/entity.py”, line 222, in async_update_ha_state
yield from self.async_update()
File “/usr/lib/python3.4/asyncio/coroutines.py”, line 141, in coro
res = func(*args, **kw)
File “/srv/homeassistant/lib/python3.4/site-packages/homeassistant/components/sensor/template.py”, line 146, in async_update
self._state = self._template.async_render()
File “/srv/homeassistant/lib/python3.4/site-packages/homeassistant/helpers/template.py”, line 99, in async_render
return self._compiled.render(kwargs).strip()
File “/usr/lib/python3/dist-packages/jinja2/environment.py”, line 969, in render
return self.environment.handle_exception(exc_info, True)
File “/usr/lib/python3/dist-packages/jinja2/environment.py”, line 742, in handle_exception
reraise(exc_type, exc_value, tb)
File “/usr/lib/python3/dist-packages/jinja2/_compat.py”, line 36, in reraise
raise value.with_traceback(tb)
File “”, line 1, in
TypeError: can’t multiply sequence by non-int of type ‘float’