* Switch onkyo to pyeiscp, making it local_push Major rewrite of the integration to use pyeiscp. This facilitates use of the async push updates. Streamline the code dealing with zones. Handle sound mode. Add myself to codeowners. * Add types * Add more types * Address feedback * Remove sound mode support for now * Fix zone detection * Keep legacy unique_id
9 lines
242 B
JSON
9 lines
242 B
JSON
{
|
|
"domain": "onkyo",
|
|
"name": "Onkyo",
|
|
"codeowners": ["@arturpragacz"],
|
|
"documentation": "https://www.home-assistant.io/integrations/onkyo",
|
|
"iot_class": "local_push",
|
|
"loggers": ["pyeiscp"],
|
|
"requirements": ["pyeiscp==0.0.7"]
|
|
}
|