1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-29 21:21:46 +01:00
Files
core/homeassistant/components/vallox/manifest.json
2024-06-25 11:24:57 +02:00

11 lines
334 B
JSON

{
"domain": "vallox",
"name": "Vallox",
"codeowners": ["@andre-richter", "@slovdahl", "@viiru-", "@yozik04"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/vallox",
"iot_class": "local_polling",
"loggers": ["vallox_websocket_api"],
"requirements": ["vallox-websocket-api==5.3.0"]
}