Skip to content

Commit

Permalink
Fix missing AV info in Onkyo (#132328)
Browse files Browse the repository at this point in the history
Add additional AV info to Onkyo
  • Loading branch information
arturpragacz authored Dec 5, 2024
1 parent 7de9e9d commit c38a33d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions homeassistant/components/onkyo/media_player.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@
"precision_quartz_lock_system",
"auto_phase_control_delay",
"auto_phase_control_phase",
"upmix_mode",
]

VIDEO_INFORMATION_MAPPING = [
Expand All @@ -123,6 +124,7 @@
"output_color_schema",
"output_color_depth",
"picture_mode",
"input_hdr",
]
ISSUE_URL_PLACEHOLDER = "/config/integrations/dashboard/add?domain=onkyo"

Expand Down

0 comments on commit c38a33d

Please sign in to comment.