mirror of
https://github.com/home-assistant/core.git
synced 2026-04-17 23:53:49 +01:00
19 lines
436 B
JSON
19 lines
436 B
JSON
{
|
|
"domain": "velux",
|
|
"name": "Velux",
|
|
"codeowners": ["@Julius2342", "@pawlizio", "@wollew"],
|
|
"config_flow": true,
|
|
"dhcp": [
|
|
{
|
|
"hostname": "velux_klf*",
|
|
"macaddress": "646184*"
|
|
}
|
|
],
|
|
"documentation": "https://www.home-assistant.io/integrations/velux",
|
|
"integration_type": "hub",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["pyvlx"],
|
|
"quality_scale": "silver",
|
|
"requirements": ["pyvlx==0.2.32"]
|
|
}
|