mirror of
https://github.com/home-assistant/core.git
synced 2026-02-23 11:26:46 +00:00
11 lines
261 B
JSON
11 lines
261 B
JSON
{
|
|
"domain": "flo",
|
|
"name": "Flo",
|
|
"codeowners": ["@dmulcahey"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/flo",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["aioflo"],
|
|
"requirements": ["aioflo==2021.11.0"]
|
|
}
|