Add LOOKin integration (#58125)
Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
parent
946df49ca8
commit
626bd25129
17 changed files with 714 additions and 0 deletions
9
homeassistant/components/lookin/const.py
Normal file
9
homeassistant/components/lookin/const.py
Normal file
|
@ -0,0 +1,9 @@
|
|||
"""The lookin integration constants."""
|
||||
from __future__ import annotations
|
||||
|
||||
from typing import Final
|
||||
|
||||
DOMAIN: Final = "lookin"
|
||||
PLATFORMS: Final = [
|
||||
"sensor",
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue