mirror of https://github.com/home-assistant/core
12 lines
317 B
JSON
12 lines
317 B
JSON
{
|
|
"domain": "lookin",
|
|
"name": "LOOKin",
|
|
"codeowners": ["@ANMalko", "@bdraco"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/lookin",
|
|
"iot_class": "local_push",
|
|
"loggers": ["aiolookin"],
|
|
"requirements": ["aiolookin==1.0.0"],
|
|
"zeroconf": ["_lookin._tcp.local."]
|
|
}
|