1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-26 21:05:18 +00:00
Files
core/homeassistant/components/v2c/manifest.json
2024-06-03 17:27:06 +02:00

10 lines
231 B
JSON

{
"domain": "v2c",
"name": "V2C",
"codeowners": ["@dgomes"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/v2c",
"iot_class": "local_polling",
"requirements": ["pytrydan==0.7.0"]
}