1
0
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:
Joost Lekkerkerker
2025-12-15 12:23:55 +01:00
committed by GitHub
parent b1e3f8d4f4
commit 22e975f911
2 changed files with 2 additions and 1 deletions

View File

@@ -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"]
} }

View File

@@ -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"