Add Switch platform for motion detection in Blink (#102789)

Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
This commit is contained in:
mkmer 2023-11-24 11:02:19 -05:00 committed by GitHub
parent a1701f0c56
commit 512902fc59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 108 additions and 0 deletions

View file

@ -30,4 +30,5 @@ PLATFORMS = [
Platform.BINARY_SENSOR,
Platform.CAMERA,
Platform.SENSOR,
Platform.SWITCH,
]