mirror of
https://github.com/home-assistant/core.git
synced 2025-07-30 02:38:10 +02:00
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:
@ -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:
|
||||
|
Reference in New Issue
Block a user