Expose dynamic range status in Onkyo media player (#109099)

Expose HDR status in Onkyo media player

Co-authored-by: Erik Montnemery <erik@montnemery.com>
This commit is contained in:
Spacetech 2024-04-23 07:39:11 -07:00 committed by GitHub
parent a0314cddd4
commit 1649957e5c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -442,6 +442,7 @@ class OnkyoDevice(MediaPlayerEntity):
"output_color_schema": _tuple_get(values, 6),
"output_color_depth": _tuple_get(values, 7),
"picture_mode": _tuple_get(values, 8),
"dynamic_range": _tuple_get(values, 9),
}
self._attr_extra_state_attributes[ATTR_VIDEO_INFORMATION] = info
else: