mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
12 lines
306 B
JSON
12 lines
306 B
JSON
{
|
|
"domain": "kmtronic",
|
|
"name": "KMtronic",
|
|
"codeowners": ["@dgomes"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/kmtronic",
|
|
"integration_type": "device",
|
|
"iot_class": "local_push",
|
|
"loggers": ["pykmtronic"],
|
|
"requirements": ["pykmtronic==0.3.0"]
|
|
}
|