mirror of https://github.com/home-assistant/core
12 lines
324 B
JSON
12 lines
324 B
JSON
{
|
|
"domain": "smarty",
|
|
"name": "Salda Smarty",
|
|
"codeowners": ["@z0mbieprocess"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/smarty",
|
|
"integration_type": "hub",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["pymodbus", "pysmarty2"],
|
|
"requirements": ["pysmarty2==0.10.1"]
|
|
}
|