hass-core/homeassistant/components/smlight/manifest.json
TimL 480e748b04
Bump pysmlight to 0.0.13 (#124398)
Better handle socket uptime disconnected
Raise auth error on get/post requests that fail
2024-08-22 12:04:03 +02:00

15 lines
351 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_polling",
"requirements": ["pysmlight==0.0.13"],
"zeroconf": [
{
"type": "_slzb-06._tcp.local."
}
]
}