mirror of
https://github.com/home-assistant/core.git
synced 2026-04-17 23:53:49 +01:00
Add integration_type device to gardena_bluetooth (#159029)
This commit is contained in:
committed by
GitHub
parent
234191336e
commit
365d168ddd
@@ -12,6 +12,7 @@
|
|||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"dependencies": ["bluetooth_adapters"],
|
"dependencies": ["bluetooth_adapters"],
|
||||||
"documentation": "https://www.home-assistant.io/integrations/gardena_bluetooth",
|
"documentation": "https://www.home-assistant.io/integrations/gardena_bluetooth",
|
||||||
|
"integration_type": "device",
|
||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
"loggers": ["bleak", "bleak_esphome", "gardena_bluetooth"],
|
"loggers": ["bleak", "bleak_esphome", "gardena_bluetooth"],
|
||||||
"requirements": ["gardena-bluetooth==1.6.0"]
|
"requirements": ["gardena-bluetooth==1.6.0"]
|
||||||
|
|||||||
@@ -2281,7 +2281,7 @@
|
|||||||
},
|
},
|
||||||
"gardena_bluetooth": {
|
"gardena_bluetooth": {
|
||||||
"name": "Gardena Bluetooth",
|
"name": "Gardena Bluetooth",
|
||||||
"integration_type": "hub",
|
"integration_type": "device",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"iot_class": "local_polling"
|
"iot_class": "local_polling"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user