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