1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-19 18:38:58 +00:00

Add integration_type device to gardena_bluetooth (#159029)

This commit is contained in:
Joost Lekkerkerker
2025-12-14 19:20:54 +01:00
committed by GitHub
parent 234191336e
commit 365d168ddd
2 changed files with 2 additions and 1 deletions

View File

@@ -12,6 +12,7 @@
"config_flow": true,
"dependencies": ["bluetooth_adapters"],
"documentation": "https://www.home-assistant.io/integrations/gardena_bluetooth",
"integration_type": "device",
"iot_class": "local_polling",
"loggers": ["bleak", "bleak_esphome", "gardena_bluetooth"],
"requirements": ["gardena-bluetooth==1.6.0"]

View File

@@ -2281,7 +2281,7 @@
},
"gardena_bluetooth": {
"name": "Gardena Bluetooth",
"integration_type": "hub",
"integration_type": "device",
"config_flow": true,
"iot_class": "local_polling"
},