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