mirror of
https://github.com/home-assistant/core.git
synced 2026-05-08 17:49:37 +01:00
Add integration_type device to songpal (#163633)
This commit is contained in:
committed by
GitHub
parent
c2ba5d87d5
commit
03f5e6d6a3
@@ -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