core/homeassistant/components/velbus/manifest.json

36 lines
648 B
JSON
Raw Normal View History

{
"domain": "velbus",
"name": "Velbus",
"codeowners": ["@Cereal2nd", "@brefra"],
"config_flow": true,
2021-12-31 19:44:35 +00:00
"dependencies": ["usb"],
"documentation": "https://www.home-assistant.io/integrations/velbus",
"integration_type": "hub",
2021-12-31 19:44:35 +00:00
"iot_class": "local_push",
"loggers": [
"velbus-parser",
"velbus-module",
"velbus-packet",
"velbus-protocol"
],
"requirements": ["velbus-aio==2023.2.0"],
2021-12-31 19:44:35 +00:00
"usb": [
{
2022-03-30 08:56:37 +00:00
"vid": "10CF",
"pid": "0B1B"
2021-12-31 19:44:35 +00:00
},
{
2022-03-30 08:56:37 +00:00
"vid": "10CF",
"pid": "0516"
2021-12-31 19:44:35 +00:00
},
{
2022-03-30 08:56:37 +00:00
"vid": "10CF",
"pid": "0517"
2021-12-31 19:44:35 +00:00
},
{
2022-03-30 08:56:37 +00:00
"vid": "10CF",
"pid": "0518"
2021-12-31 19:44:35 +00:00
}
]
}