1
0
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:
Joost Lekkerkerker
2026-02-19 08:14:47 +01:00
committed by GitHub
parent 844b20e2fc
commit 84d2ec484d
2 changed files with 2 additions and 1 deletions
@@ -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"]
}
+1 -1
View File
@@ -6290,7 +6290,7 @@
},
"slimproto": {
"name": "SlimProto (Squeezebox players)",
"integration_type": "hub",
"integration_type": "device",
"config_flow": true,
"iot_class": "local_push"
},