1
mirror of https://github.com/home-assistant/core synced 2024-08-28 03:36:46 +02:00
ha-core/homeassistant/components/vilfo/manifest.json
Mark Kennedy b03dbeaed5
Block legacy get-mac in preference of getmac (#87712)
Co-authored-by: GnatorX <garvinpang@protonmail.com>
2023-05-31 16:57:45 +02:00

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.4.1"]
}