Advertisement
Guest User

Untitled

a guest
Jan 17th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.87 KB | None | 0 0
  1. 2018-01-17 19:13:37 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
  2. Traceback (most recent call last):
  3.  File "/usr/lib/python3.5/asyncio/tasks.py", line 239, in _step
  4.     result = coro.send(None)
  5.   File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/helpers/entity.py", line 266, in async_update_ha_state
  6.     self.entity_id, state, attr, self.force_update)
  7.   File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/core.py", line 745, in async_set
  8.     state = State(entity_id, new_state, attributes, last_changed)
  9.   File "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/core.py", line 535, in __init__
  10.     "Format should be <domain>.<object_id>").format(entity_id))
  11. homeassistant.exceptions.InvalidEntityFormatError: Invalid entity id encountered: media_player.. Format should be <domain>.<object_id>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement