0.82.0 onkyo: Error on device update!

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.

Hi,

Just installed the beta version of 0.83.0, specifically to see if it fixed this problem. In my case, Onkyo TX-NR525 is now working correctly, as it did prior to 0.82.0. I’ll continue to run with this beta release unless I turn up any other problems…

~svk