Hi, community!
I’ve just update to 82 from 81 and got “onkyo: Error on device update!”
onkyo: Error on device update!
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity_platform.py", line 251, in _async_add_entity
await entity.async_device_update(warning=False)
File "/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity.py", line 349, in async_device_update
await self.hass.async_add_executor_job(self.update)
File "/usr/local/lib/python3.6/concurrent/futures/thread.py", line 56, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/local/lib/python3.6/site-packages/homeassistant/components/media_player/onkyo.py", line 223, in update
self._attributes["video_out"] = ','.join(hdmi_out_raw[1])
TypeError: 'bool' object is not subscriptable
this is my conf:
media_player:
- platform: onkyo
host: !secret onkyo_host
name: Onkyo
sources:
pc: 'PC'
game: 'ChromeCast'
I tried to comment sourses, but nothing.
What’s goin on and what can i do?
Since 0.62 i didn’t have any problem with onkyo component.