hass-core/homeassistant/components/onkyo/manifest.json
Nebula83 937dbdc71f
Add config flow to Onkyo (#117319)
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
Co-authored-by: Artur Pragacz <49985303+arturpragacz@users.noreply.github.com>
Co-authored-by: Artur Pragacz <artur@pragacz.com>
Co-authored-by: Joostlek <joostlek@outlook.com>
2024-10-24 12:45:25 +02:00

11 lines
297 B
JSON

{
"domain": "onkyo",
"name": "Onkyo",
"codeowners": ["@arturpragacz"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/onkyo",
"integration_type": "device",
"iot_class": "local_push",
"loggers": ["pyeiscp"],
"requirements": ["pyeiscp==0.0.7"]
}