hass-core/homeassistant/components/onkyo/manifest.json
Artur Pragacz a4ba346dfc
Switch onkyo to pyeiscp, making it local_push (#120026)
* 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
2024-06-26 10:28:06 +02:00

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"]
}