Bump govee-ble to 0.41.0 (#135750)

Adds support for the H5130 pressure/presence sensor

changelog: https://github.com/Bluetooth-Devices/govee-ble/compare/v0.40.0...v0.41.0
pull/135709/head^2
J. Nick Koston 2025-01-15 22:48:29 -10:00 committed by GitHub
parent c89d60fb5d
commit 016a274698
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 16 additions and 3 deletions

View File

@ -39,6 +39,10 @@ BINARY_SENSOR_DESCRIPTIONS = {
key=GoveeBLEBinarySensorDeviceClass.OCCUPANCY,
device_class=BinarySensorDeviceClass.OCCUPANCY,
),
GoveeBLEBinarySensorDeviceClass.PRESENCE: BinarySensorEntityDescription(
key=GoveeBLEBinarySensorDeviceClass.PRESENCE,
device_class=BinarySensorDeviceClass.PRESENCE,
),
}

View File

@ -42,6 +42,10 @@
"local_name": "GVH5127*",
"connectable": false
},
{
"local_name": "GVH5130*",
"connectable": false
},
{
"manufacturer_id": 1,
"service_uuid": "0000ec88-0000-1000-8000-00805f9b34fb",
@ -127,5 +131,5 @@
"dependencies": ["bluetooth_adapters"],
"documentation": "https://www.home-assistant.io/integrations/govee_ble",
"iot_class": "local_push",
"requirements": ["govee-ble==0.40.0"]
"requirements": ["govee-ble==0.41.0"]
}

View File

@ -192,6 +192,11 @@ BLUETOOTH: Final[list[dict[str, bool | str | int | list[int]]]] = [
"domain": "govee_ble",
"local_name": "GVH5127*",
},
{
"connectable": False,
"domain": "govee_ble",
"local_name": "GVH5130*",
},
{
"connectable": False,
"domain": "govee_ble",

2
requirements_all.txt generated
View File

@ -1046,7 +1046,7 @@ goslide-api==0.7.0
gotailwind==0.3.0
# homeassistant.components.govee_ble
govee-ble==0.40.0
govee-ble==0.41.0
# homeassistant.components.govee_light_local
govee-local-api==1.5.3

View File

@ -896,7 +896,7 @@ goslide-api==0.7.0
gotailwind==0.3.0
# homeassistant.components.govee_ble
govee-ble==0.40.0
govee-ble==0.41.0
# homeassistant.components.govee_light_local
govee-local-api==1.5.3