mirror of
https://github.com/elisspace/core.git
synced 2026-08-31 16:34:00 +00:00
Add do not ring switch to Skybell (#73090)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user