mirror of
https://github.com/home-assistant/core.git
synced 2026-04-27 06:36:43 +00:00
12 lines
290 B
JSON
12 lines
290 B
JSON
{
|
|
"domain": "flo",
|
|
"name": "Flo",
|
|
"codeowners": ["@dmulcahey"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/flo",
|
|
"integration_type": "hub",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["aioflo"],
|
|
"requirements": ["aioflo==2021.11.0"]
|
|
}
|