mirror of
https://github.com/elisspace/core.git
synced 2026-09-26 04:27:08 +00:00
* Bump python-songpal dependency to 0.14 * Fix tests * pip_check -1 Co-authored-by: Franck Nijhof <git@frenck.dev>
18 lines
446 B
JSON
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"]
|
|
}
|