Files
core/homeassistant/components/songpal/manifest.json
Teemu RandFranck Nijhof 483545eeaa Bump python-songpal dependency to 0.14 (#66769)
* Bump python-songpal dependency to 0.14

* Fix tests

* pip_check -1

Co-authored-by: Franck Nijhof <git@frenck.dev>
2022-02-18 11:31:46 +02:00

18 lines
446 B
JSON

{
"domain": "songpal",
"name": "Sony Songpal",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/songpal",
"requirements": ["python-songpal==0.14"],
"codeowners": ["@rytilahti", "@shenxn"],
"ssdp": [
{
"st": "urn:schemas-sony-com:service:ScalarWebAPI:1",
"manufacturer": "Sony Corporation"
}
],
"quality_scale": "gold",
"iot_class": "local_push",
"loggers": ["songpal"]
}