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.0pull/135709/head^2
parent
c89d60fb5d
commit
016a274698
|
@ -39,6 +39,10 @@ BINARY_SENSOR_DESCRIPTIONS = {
|
|||
key=GoveeBLEBinarySensorDeviceClass.OCCUPANCY,
|
||||
device_class=BinarySensorDeviceClass.OCCUPANCY,
|
||||
),
|
||||
GoveeBLEBinarySensorDeviceClass.PRESENCE: BinarySensorEntityDescription(
|
||||
key=GoveeBLEBinarySensorDeviceClass.PRESENCE,
|
||||
device_class=BinarySensorDeviceClass.PRESENCE,
|
||||
),
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -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"]
|
||||
}
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue