1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-08 17:49:37 +01:00

Add integration_type device to ruuvi_gateway (#161318)

This commit is contained in:
Joost Lekkerkerker
2026-01-20 20:52:32 +01:00
committed by GitHub
parent ea1f280494
commit 62f296c9dd
2 changed files with 2 additions and 1 deletions
@@ -10,6 +10,7 @@
}
],
"documentation": "https://www.home-assistant.io/integrations/ruuvi_gateway",
"integration_type": "device",
"iot_class": "local_polling",
"requirements": ["aioruuvigateway==0.1.0"]
}
+1 -1
View File
@@ -5763,7 +5763,7 @@
"name": "Ruuvi",
"integrations": {
"ruuvi_gateway": {
"integration_type": "hub",
"integration_type": "device",
"config_flow": true,
"iot_class": "local_polling",
"name": "Ruuvi Gateway"