Advertisement
Guest User

Untitled

a guest
Nov 14th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1. Thu Nov 14 2019 19:12:34 GMT+0000 (Greenwich Mean Time)
  2. Error while executing automation automation.doorbird_motion_on. Unknown error for call_service at pos 1:
  3. Traceback (most recent call last):
  4. File "/usr/src/homeassistant/homeassistant/components/automation/__init__.py", line 437, in action
  5. await script_obj.async_run(variables, context)
  6. File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 190, in async_run
  7. await self._handle_action(action, variables, context)
  8. File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 274, in _handle_action
  9. await self._actions[_determine_action(action)](action, variables, context)
  10. File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 357, in _async_call_service
  11. context=context,
  12. File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 97, in async_call_from_config
  13. domain, service_name, service_data, blocking=blocking, context=context
  14. File "/usr/src/homeassistant/homeassistant/core.py", line 1236, in async_call
  15. await asyncio.shield(self._execute_service(handler, service_call))
  16. File "/usr/src/homeassistant/homeassistant/core.py", line 1261, in _execute_service
  17. await handler.func(service_call)
  18. File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 213, in handle_service
  19. self._platforms.values(), func, call, service_name, required_features
  20. File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 348, in entity_service_call
  21. future.result() # pop exception if have
  22. File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 370, in _handle_service_platform_call
  23. await getattr(entity, func)(**data)
  24. File "/usr/src/homeassistant/homeassistant/components/input_text/__init__.py", line 188, in async_set_value
  25. if len(value) < self._minimum or len(value) > self._maximum:
  26. TypeError: '<' not supported between instances of 'int' and 'NoneType'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement