Add do not ring switch to Skybell (#73090)
This commit is contained in:
parent
c13e55ca02
commit
b10bbc3e14
1 changed files with 4 additions and 0 deletions
|
@ -24,6 +24,10 @@ SWITCH_TYPES: tuple[SwitchEntityDescription, ...] = (
|
||||||
key="do_not_disturb",
|
key="do_not_disturb",
|
||||||
name="Do Not Disturb",
|
name="Do Not Disturb",
|
||||||
),
|
),
|
||||||
|
SwitchEntityDescription(
|
||||||
|
key="do_not_ring",
|
||||||
|
name="Do Not Ring",
|
||||||
|
),
|
||||||
SwitchEntityDescription(
|
SwitchEntityDescription(
|
||||||
key="motion_sensor",
|
key="motion_sensor",
|
||||||
name="Motion Sensor",
|
name="Motion Sensor",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue