Fix missing AV info in Onkyo (#132328)

Add additional AV info to Onkyo
This commit is contained in:
Artur Pragacz 2024-12-05 18:48:15 +01:00 committed by GitHub
parent 7de9e9d37a
commit c38a33d330
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -111,6 +111,7 @@ AUDIO_INFORMATION_MAPPING = [
"precision_quartz_lock_system",
"auto_phase_control_delay",
"auto_phase_control_phase",
"upmix_mode",
]
VIDEO_INFORMATION_MAPPING = [
@ -123,6 +124,7 @@ VIDEO_INFORMATION_MAPPING = [
"output_color_schema",
"output_color_depth",
"picture_mode",
"input_hdr",
]
ISSUE_URL_PLACEHOLDER = "/config/integrations/dashboard/add?domain=onkyo"