1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-29 05:03:59 +01:00
Files
core/homeassistant/components/smlight/manifest.json
2025-08-22 15:06:23 +02:00

22 lines
438 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",
"quality_scale": "silver",
"requirements": ["pysmlight==0.2.8"],
"zeroconf": [
{
"type": "_slzb-06._tcp.local."
}
]
}