Skip to content
Snippets Groups Projects
Unverified Commit 67ccb6f2 authored by J. Nick Koston's avatar J. Nick Koston Committed by GitHub
Browse files

Fix yet another Govee H5181 variant (#77611)

parent 708e6148
No related branches found
No related tags found
No related merge requests found
...@@ -32,6 +32,11 @@ ...@@ -32,6 +32,11 @@
"service_uuid": "00008151-0000-1000-8000-00805f9b34fb", "service_uuid": "00008151-0000-1000-8000-00805f9b34fb",
"connectable": false "connectable": false
}, },
{
"manufacturer_id": 63585,
"service_uuid": "00008151-0000-1000-8000-00805f9b34fb",
"connectable": false
},
{ {
"manufacturer_id": 14474, "manufacturer_id": 14474,
"service_uuid": "00008151-0000-1000-8000-00805f9b34fb", "service_uuid": "00008151-0000-1000-8000-00805f9b34fb",
...@@ -48,7 +53,7 @@ ...@@ -48,7 +53,7 @@
"connectable": false "connectable": false
} }
], ],
"requirements": ["govee-ble==0.17.0"], "requirements": ["govee-ble==0.17.1"],
"dependencies": ["bluetooth"], "dependencies": ["bluetooth"],
"codeowners": ["@bdraco"], "codeowners": ["@bdraco"],
"iot_class": "local_push" "iot_class": "local_push"
......
...@@ -75,6 +75,12 @@ BLUETOOTH: list[dict[str, bool | str | int | list[int]]] = [ ...@@ -75,6 +75,12 @@ BLUETOOTH: list[dict[str, bool | str | int | list[int]]] = [
"service_uuid": "00008151-0000-1000-8000-00805f9b34fb", "service_uuid": "00008151-0000-1000-8000-00805f9b34fb",
"connectable": False "connectable": False
}, },
{
"domain": "govee_ble",
"manufacturer_id": 63585,
"service_uuid": "00008151-0000-1000-8000-00805f9b34fb",
"connectable": False
},
{ {
"domain": "govee_ble", "domain": "govee_ble",
"manufacturer_id": 14474, "manufacturer_id": 14474,
......
...@@ -769,7 +769,7 @@ googlemaps==2.5.1 ...@@ -769,7 +769,7 @@ googlemaps==2.5.1
goslide-api==0.5.1 goslide-api==0.5.1
# homeassistant.components.govee_ble # homeassistant.components.govee_ble
govee-ble==0.17.0 govee-ble==0.17.1
# homeassistant.components.remote_rpi_gpio # homeassistant.components.remote_rpi_gpio
gpiozero==1.6.2 gpiozero==1.6.2
......
...@@ -570,7 +570,7 @@ google-nest-sdm==2.0.0 ...@@ -570,7 +570,7 @@ google-nest-sdm==2.0.0
googlemaps==2.5.1 googlemaps==2.5.1
# homeassistant.components.govee_ble # homeassistant.components.govee_ble
govee-ble==0.17.0 govee-ble==0.17.1
# homeassistant.components.gree # homeassistant.components.gree
greeclimate==1.3.0 greeclimate==1.3.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment