mirror of https://github.com/home-assistant/core
16 lines
347 B
JSON
16 lines
347 B
JSON
{
|
|
"domain": "smlight",
|
|
"name": "SMLIGHT SLZB",
|
|
"codeowners": ["@tl-sl"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/smlight",
|
|
"integration_type": "device",
|
|
"iot_class": "local_push",
|
|
"requirements": ["pysmlight==0.1.3"],
|
|
"zeroconf": [
|
|
{
|
|
"type": "_slzb-06._tcp.local."
|
|
}
|
|
]
|
|
}
|