Skip to content

Commit 365d168

Browse files
authored
Add integration_type device to gardena_bluetooth (home-assistant#159029)
1 parent 2341913 commit 365d168

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

homeassistant/components/gardena_bluetooth/manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"config_flow": true,
1313
"dependencies": ["bluetooth_adapters"],
1414
"documentation": "https://www.home-assistant.io/integrations/gardena_bluetooth",
15+
"integration_type": "device",
1516
"iot_class": "local_polling",
1617
"loggers": ["bleak", "bleak_esphome", "gardena_bluetooth"],
1718
"requirements": ["gardena-bluetooth==1.6.0"]

homeassistant/generated/integrations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2281,7 +2281,7 @@
22812281
},
22822282
"gardena_bluetooth": {
22832283
"name": "Gardena Bluetooth",
2284-
"integration_type": "hub",
2284+
"integration_type": "device",
22852285
"config_flow": true,
22862286
"iot_class": "local_polling"
22872287
},

0 commit comments

Comments
 (0)