mirror of
https://github.com/home-assistant/core.git
synced 2026-08-28 02:24:46 -05:00
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: Paulus Schoutsen <balloob@gmail.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
14 lines
397 B
JSON
14 lines
397 B
JSON
{
|
|
"domain": "flexit",
|
|
"name": "Flexit",
|
|
"codeowners": ["@troelde"],
|
|
"config_flow": true,
|
|
"dependencies": ["modbus", "usb"],
|
|
"documentation": "https://www.home-assistant.io/integrations/flexit",
|
|
"integration_type": "device",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["modbus_connection", "flexit_modbus"],
|
|
"quality_scale": "legacy",
|
|
"requirements": ["flexit-modbus==0.1.0"]
|
|
}
|