mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00: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:
parent
a0314cddd4
commit
1649957e5c
@ -442,6 +442,7 @@ class OnkyoDevice(MediaPlayerEntity):
|
|||||||
"output_color_schema": _tuple_get(values, 6),
|
"output_color_schema": _tuple_get(values, 6),
|
||||||
"output_color_depth": _tuple_get(values, 7),
|
"output_color_depth": _tuple_get(values, 7),
|
||||||
"picture_mode": _tuple_get(values, 8),
|
"picture_mode": _tuple_get(values, 8),
|
||||||
|
"dynamic_range": _tuple_get(values, 9),
|
||||||
}
|
}
|
||||||
self._attr_extra_state_attributes[ATTR_VIDEO_INFORMATION] = info
|
self._attr_extra_state_attributes[ATTR_VIDEO_INFORMATION] = info
|
||||||
else:
|
else:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user