mirror of
https://github.com/home-assistant/core.git
synced 2026-08-23 22:54:24 +01:00
11 lines
276 B
JSON
11 lines
276 B
JSON
{
|
|
"domain": "vilfo",
|
|
"name": "Vilfo Router",
|
|
"codeowners": ["@ManneW"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/vilfo",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["vilfo"],
|
|
"requirements": ["vilfo-api-client==0.5.0"]
|
|
}
|