mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
12 lines
294 B
JSON
12 lines
294 B
JSON
{
|
|
"domain": "flipr",
|
|
"name": "Flipr",
|
|
"codeowners": ["@cnico"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/flipr",
|
|
"integration_type": "hub",
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["flipr_api"],
|
|
"requirements": ["flipr-api==1.6.1"]
|
|
}
|