mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 05:06:13 +01: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