mirror of
https://github.com/home-assistant/core.git
synced 2026-08-24 02:24:51 -05:00
Co-authored-by: Erwin Douna <e.douna@gmail.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
14 lines
392 B
JSON
14 lines
392 B
JSON
{
|
|
"domain": "flow_it",
|
|
"name": "Flow-it",
|
|
"after_dependencies": ["zeroconf"],
|
|
"codeowners": ["@albertogeniola"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/flow_it",
|
|
"integration_type": "device",
|
|
"iot_class": "local_push",
|
|
"quality_scale": "bronze",
|
|
"requirements": ["flow-it-api==0.0.1.1"],
|
|
"zeroconf": ["_tbk_vmc._tcp.local."]
|
|
}
|