mirror of
https://github.com/home-assistant/core.git
synced 2026-09-24 23:41:48 -05:00
Add integration_type device to songpal (#163633)
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
"codeowners": ["@rytilahti", "@shenxn"],
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/songpal",
|
||||
"integration_type": "device",
|
||||
"iot_class": "local_push",
|
||||
"loggers": ["songpal"],
|
||||
"requirements": ["python-songpal==0.16.2"],
|
||||
|
||||
@@ -6495,7 +6495,7 @@
|
||||
"name": "Sony Projector"
|
||||
},
|
||||
"songpal": {
|
||||
"integration_type": "hub",
|
||||
"integration_type": "device",
|
||||
"config_flow": true,
|
||||
"iot_class": "local_push",
|
||||
"name": "Sony Songpal"
|
||||
|
||||
Reference in New Issue
Block a user