mirror of
https://github.com/home-assistant/core.git
synced 2026-05-01 06:02:00 +01:00
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."]
|
|
}
|