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:
parent
a0314cddd4
commit
1649957e5c
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue