Advertisement
Guest User

Untitled

a guest
May 19th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. 2019-05-19 13:08:58 ERROR (MainThread) [homeassistant.helpers.entity] Update for sensor.google_home_alarm_sensor fails
  2. Traceback (most recent call last):
  3. File "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity.py", line 220, in async_update_ha_state
  4. await self.async_device_update()
  5. File "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity.py", line 375, in async_device_update
  6. await self.async_update()
  7. File "/usr/local/lib/python3.7/site-packages/homeassistant/components/template/sensor.py", line 191, in async_update
  8. self._state = self._template.async_render()
  9. File "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/template.py", line 140, in async_render
  10. return self._compiled.render(kwargs).strip()
  11. File "/usr/local/lib/python3.7/site-packages/jinja2/asyncsupport.py", line 76, in render
  12. return original_render(self, *args, **kwargs)
  13. File "/usr/local/lib/python3.7/site-packages/jinja2/environment.py", line 1008, in render
  14. return self.environment.handle_exception(exc_info, True)
  15. File "/usr/local/lib/python3.7/site-packages/jinja2/environment.py", line 780, in handle_exception
  16. reraise(exc_type, exc_value, tb)
  17. File "/usr/local/lib/python3.7/site-packages/jinja2/_compat.py", line 37, in reraise
  18. raise value.with_traceback(tb)
  19. File "<template>", line 1, in top-level template code
  20. TypeError: unsupported operand type(s) for -: 'NoneType' and 'int'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement