Advertisement
Guest User

Untitled

a guest
Apr 25th, 2018
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/home/homeassistant/.homeassistant/custom_components/switcher_aio/__init__.py", line 529, in convert_seconds_to_iso_time
  3. return datetime.time(hour=hours, minute=minutes, second=seconds).isoformat(timespec='auto')
  4. TypeError: isoformat() takes no keyword arguments
  5. 2018-04-25 20:57:12 ERROR (Thread-26) [custom_components.switcher_aio] failed to parse broadcast message Traceback (most recent call last):
  6. File "/home/homeassistant/.homeassistant/custom_components/switcher_aio/__init__.py", line 1766, in __init__
  7. self._auto_off_config_time = convert_seconds_to_iso_time(temp_auto_off_seconds)
  8. File "/home/homeassistant/.homeassistant/custom_components/switcher_aio/__init__.py", line 529, in convert_seconds_to_iso_time
  9. return datetime.time(hour=hours, minute=minutes, second=seconds).isoformat(timespec='auto')
  10. TypeError: isoformat() takes no keyword arguments
  11. Traceback (most recent call last):
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement