ConfigEntry(
entry_key=CONF_POWER_CONTROL,
entry_type=ConfigEntryType.STRING,
- description=CONF_POWER_CONTROL,
+ label=CONF_POWER_CONTROL,
+ description="desc_power_control",
values=controls,
)
)
ConfigEntry(
entry_key=CONF_VOLUME_CONTROL,
entry_type=ConfigEntryType.STRING,
- description=CONF_VOLUME_CONTROL,
+ label=CONF_VOLUME_CONTROL,
+ description="desc_volume_control",
values=controls,
)
)
entry_type=ConfigEntryType.INT,
default_value=0,
range=(0, 500),
- description=CONF_GROUP_DELAY,
+ label=CONF_GROUP_DELAY,
+ description="desc_group_delay",
)
)
break
"crossfade_duration": "Enable crossfade",
"group_delay": "Correction of groupdelay",
"security": "Security",
-
+ "power_control": "Power Control",
+ "volume_control": "Volume Control",
+
"desc_sample_rate": "Set the maximum sample rate this player can handle.",
"desc_volume_normalisation": "Enable R128 volume normalisation to play music at an equally loud volume.",
"desc_target_volume": "Set the preferred target volume level in LUFS. The R128 default is -22 LUFS.",
"desc_enable_provider": "Enable this provider.",
"desc_base_username": "Username to access this Music Assistant server.",
"desc_base_password": "A password to protect this Music Assistant server. Can be left blank but this is extremely dangerous if this server is reachable from outside.",
- "desc_group_delay": "Only used on grouped playback. Adjust the delay of the grouped playback on this player"
+ "desc_group_delay": "Only used on grouped playback. Adjust the delay of the grouped playback on this player",
+ "desc_power_control": "Use an external device as power control for this player.",
+ "desc_volume_control": "Use an external device as volume control for this player."
},
"nl": {
"enabled": "Ingeschakeld",
"crossfade_duration": "Crossfade inschakelen",
"security": "Beveiliging",
"group_delay": "Correctie van groepsvertraging",
+ "power_control": "Power Control",
+ "volume_control": "Volume Control",
"desc_sample_rate": "Stel de maximale sample rate in die deze speler aankan.",
"desc_volume_normalisation": "R128 volume normalisatie inschakelen om muziek altijd op een gelijk volume af te spelen.",
"desc_enable_provider": "Deze provider inschakelen.",
"desc_base_username": "Gebruikersnaam waarmee deze server beveiligd moet worden.",
"desc_base_password": "Wachtwoord waarmee deze server beveiligd moet worden. Mag worden leeggelaten maar dit is extreem gevaarlijk indien je besluit de server extern toegankelijk te maken.",
- "desc_group_delay": "Gebruikt bij afspelen in groep. Pas de vertraging aan voor deze player."
+ "desc_group_delay": "Gebruikt bij afspelen in groep. Pas de vertraging aan voor deze player.",
+ "desc_power_control": "Gebruik een extern apparaat als aan/uit control voor deze speler.",
+ "desc_volume_control": "Gebruik een extern apparaat als volume control voor deze speler."
}
}