mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 04:37:06 +00:00
Add do not ring switch to Skybell (#73090)
This commit is contained in:
parent
c13e55ca02
commit
b10bbc3e14
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user