mirror of
https://github.com/home-assistant/core.git
synced 2025-12-20 02:48:57 +00:00
Add integration_type device to govee_ble (#159087)
This commit is contained in:
committed by
GitHub
parent
b1e3f8d4f4
commit
22e975f911
@@ -138,6 +138,7 @@
|
|||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"dependencies": ["bluetooth_adapters"],
|
"dependencies": ["bluetooth_adapters"],
|
||||||
"documentation": "https://www.home-assistant.io/integrations/govee_ble",
|
"documentation": "https://www.home-assistant.io/integrations/govee_ble",
|
||||||
|
"integration_type": "device",
|
||||||
"iot_class": "local_push",
|
"iot_class": "local_push",
|
||||||
"requirements": ["govee-ble==0.44.0"]
|
"requirements": ["govee-ble==0.44.0"]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2547,7 +2547,7 @@
|
|||||||
"name": "Govee",
|
"name": "Govee",
|
||||||
"integrations": {
|
"integrations": {
|
||||||
"govee_ble": {
|
"govee_ble": {
|
||||||
"integration_type": "hub",
|
"integration_type": "device",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"iot_class": "local_push",
|
"iot_class": "local_push",
|
||||||
"name": "Govee Bluetooth"
|
"name": "Govee Bluetooth"
|
||||||
|
|||||||
Reference in New Issue
Block a user