mirror of
https://github.com/home-assistant/core.git
synced 2026-05-08 09:38:58 +01:00
Add integration_type device to slimproto (#163396)
This commit is contained in:
committed by
GitHub
parent
844b20e2fc
commit
84d2ec484d
@@ -5,6 +5,7 @@
|
||||
"codeowners": ["@marcelveldt"],
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/slimproto",
|
||||
"integration_type": "device",
|
||||
"iot_class": "local_push",
|
||||
"requirements": ["aioslimproto==3.0.0"]
|
||||
}
|
||||
|
||||
@@ -6290,7 +6290,7 @@
|
||||
},
|
||||
"slimproto": {
|
||||
"name": "SlimProto (Squeezebox players)",
|
||||
"integration_type": "hub",
|
||||
"integration_type": "device",
|
||||
"config_flow": true,
|
||||
"iot_class": "local_push"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user