Add Switch platform for motion detection in Blink (#102789)
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
This commit is contained in:
parent
a1701f0c56
commit
512902fc59
5 changed files with 108 additions and 0 deletions
|
@ -30,4 +30,5 @@ PLATFORMS = [
|
|||
Platform.BINARY_SENSOR,
|
||||
Platform.CAMERA,
|
||||
Platform.SENSOR,
|
||||
Platform.SWITCH,
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue