mirror of
https://github.com/home-assistant/core.git
synced 2026-09-24 23:41:48 -05:00
21 lines
409 B
JSON
21 lines
409 B
JSON
{
|
|
"domain": "smlight",
|
|
"name": "SMLIGHT SLZB",
|
|
"codeowners": ["@tl-sl"],
|
|
"config_flow": true,
|
|
"dhcp": [
|
|
{
|
|
"registered_devices": true
|
|
}
|
|
],
|
|
"documentation": "https://www.home-assistant.io/integrations/smlight",
|
|
"integration_type": "device",
|
|
"iot_class": "local_push",
|
|
"requirements": ["pysmlight==0.2.3"],
|
|
"zeroconf": [
|
|
{
|
|
"type": "_slzb-06._tcp.local."
|
|
}
|
|
]
|
|
}
|