From b10bbc3e1430d492f0b8d22dcbcda5754258fd06 Mon Sep 17 00:00:00 2001 From: Robert Hillis Date: Sun, 5 Jun 2022 15:56:48 -0400 Subject: [PATCH] Add do not ring switch to Skybell (#73090) --- homeassistant/components/skybell/switch.py | 4 ++++ 1 file changed, 4 insertions(+) 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",