mirror of
https://github.com/home-assistant/core.git
synced 2026-04-17 23:53:49 +01:00
22 lines
493 B
JSON
22 lines
493 B
JSON
{
|
|
"domain": "enocean",
|
|
"name": "EnOcean",
|
|
"codeowners": [],
|
|
"config_flow": true,
|
|
"dependencies": ["usb"],
|
|
"documentation": "https://www.home-assistant.io/integrations/enocean",
|
|
"integration_type": "hub",
|
|
"iot_class": "local_push",
|
|
"loggers": ["enocean_async"],
|
|
"requirements": ["enocean-async==0.4.2"],
|
|
"single_config_entry": true,
|
|
"usb": [
|
|
{
|
|
"description": "*usb 300*",
|
|
"manufacturer": "*enocean*",
|
|
"pid": "6001",
|
|
"vid": "0403"
|
|
}
|
|
]
|
|
}
|