1
mirror of https://github.com/home-assistant/core synced 2024-08-28 03:36:46 +02:00
ha-core/homeassistant/components/velbus/manifest.json
2024-01-05 13:40:00 +01:00

36 lines
649 B
JSON

{
"domain": "velbus",
"name": "Velbus",
"codeowners": ["@Cereal2nd", "@brefra"],
"config_flow": true,
"dependencies": ["usb"],
"documentation": "https://www.home-assistant.io/integrations/velbus",
"integration_type": "hub",
"iot_class": "local_push",
"loggers": [
"velbus-parser",
"velbus-module",
"velbus-packet",
"velbus-protocol"
],
"requirements": ["velbus-aio==2023.12.0"],
"usb": [
{
"vid": "10CF",
"pid": "0B1B"
},
{
"vid": "10CF",
"pid": "0516"
},
{
"vid": "10CF",
"pid": "0517"
},
{
"vid": "10CF",
"pid": "0518"
}
]
}