diff --git a/homeassistant/components/skybell/switch.py b/homeassistant/components/skybell/switch.py index d28369e40b0..d4f2817141c 100644 --- a/homeassistant/components/skybell/switch.py +++ b/homeassistant/components/skybell/switch.py @@ -24,6 +24,10 @@ SWITCH_TYPES: tuple[SwitchEntityDescription, ...] = ( key="do_not_disturb", name="Do Not Disturb", ), + SwitchEntityDescription( + key="do_not_ring", + name="Do Not Ring", + ), SwitchEntityDescription( key="motion_sensor", name="Motion Sensor",