Add LOOKin integration (#58125)

Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
ANMalko 2021-10-21 20:10:23 +03:00 committed by GitHub
parent 946df49ca8
commit 626bd25129
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 714 additions and 0 deletions

View file

@ -0,0 +1,9 @@
"""The lookin integration constants."""
from __future__ import annotations
from typing import Final
DOMAIN: Final = "lookin"
PLATFORMS: Final = [
"sensor",
]