1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-18 07:56:03 +01:00
Files
core/homeassistant/components/denon_rs232/manifest.json
2026-04-01 13:45:55 -04:00

14 lines
371 B
JSON

{
"domain": "denon_rs232",
"name": "Denon RS232",
"codeowners": ["@balloob"],
"config_flow": true,
"dependencies": ["usb"],
"documentation": "https://www.home-assistant.io/integrations/denon_rs232",
"integration_type": "hub",
"iot_class": "local_push",
"loggers": ["denon_rs232"],
"quality_scale": "bronze",
"requirements": ["denon-rs232==3.0.0"]
}