Skip to content

Commit 22e975f

Browse files
authored
Add integration_type device to govee_ble (home-assistant#159087)
1 parent b1e3f8d commit 22e975f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

homeassistant/components/govee_ble/manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@
138138
"config_flow": true,
139139
"dependencies": ["bluetooth_adapters"],
140140
"documentation": "https://www.home-assistant.io/integrations/govee_ble",
141+
"integration_type": "device",
141142
"iot_class": "local_push",
142143
"requirements": ["govee-ble==0.44.0"]
143144
}

homeassistant/generated/integrations.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2547,7 +2547,7 @@
25472547
"name": "Govee",
25482548
"integrations": {
25492549
"govee_ble": {
2550-
"integration_type": "hub",
2550+
"integration_type": "device",
25512551
"config_flow": true,
25522552
"iot_class": "local_push",
25532553
"name": "Govee Bluetooth"

0 commit comments

Comments
 (0)