core/homeassistant/components/openhome
Barry Williams 233568ac29
If device has volume disabled, the volume will be `None`. However in these (#32702)
instances whenever the volume was requested a division calculation was made
resulting in a TypeError. The volume adjustment from `0-100` to `0-1` is now
calculated during the `update()` method.
2020-03-12 09:54:25 +01:00
..
__init__.py
manifest.json
media_player.py If device has volume disabled, the volume will be `None`. However in these (#32702) 2020-03-12 09:54:25 +01:00