Add more dw conifgs

This commit is contained in:
Andre Basche 2023-05-14 03:17:58 +02:00
parent 845adc75c9
commit e777fe1ec9
23 changed files with 142 additions and 0 deletions

View file

@ -241,6 +241,13 @@ SWITCHES: dict[str, tuple[HonSwitchEntityDescription, ...]] = {
entity_category=EntityCategory.CONFIG,
translation_key="add_dish",
),
HonSwitchEntityDescription(
key="settings.buzzerDisabled",
name="Buzzer Disabled",
icon="mdi:volume-off",
entity_category=EntityCategory.CONFIG,
translation_key="buzzer",
),
),
"AC": (
HonSwitchEntityDescription(