mirror of
https://github.com/home-assistant/core.git
synced 2025-07-12 15:57:06 +00:00
Bump govee-ble to 0.42.0 (#135801)
This commit is contained in:
parent
1b520e37e2
commit
eb651a8a71
@ -102,8 +102,7 @@ async def async_setup_entry(
|
|||||||
descriptions = [MOTION_DESCRIPTION]
|
descriptions = [MOTION_DESCRIPTION]
|
||||||
elif sensor_type is SensorType.VIBRATION:
|
elif sensor_type is SensorType.VIBRATION:
|
||||||
descriptions = [VIBRATION_DESCRIPTION]
|
descriptions = [VIBRATION_DESCRIPTION]
|
||||||
elif sensor_type is SensorType.BUTTON:
|
elif button_count := model_info.button_count:
|
||||||
button_count = model_info.button_count
|
|
||||||
descriptions = BUTTON_DESCRIPTIONS[0:button_count]
|
descriptions = BUTTON_DESCRIPTIONS[0:button_count]
|
||||||
else:
|
else:
|
||||||
return
|
return
|
||||||
|
@ -131,5 +131,5 @@
|
|||||||
"dependencies": ["bluetooth_adapters"],
|
"dependencies": ["bluetooth_adapters"],
|
||||||
"documentation": "https://www.home-assistant.io/integrations/govee_ble",
|
"documentation": "https://www.home-assistant.io/integrations/govee_ble",
|
||||||
"iot_class": "local_push",
|
"iot_class": "local_push",
|
||||||
"requirements": ["govee-ble==0.41.0"]
|
"requirements": ["govee-ble==0.42.0"]
|
||||||
}
|
}
|
||||||
|
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@ -1046,7 +1046,7 @@ goslide-api==0.7.0
|
|||||||
gotailwind==0.3.0
|
gotailwind==0.3.0
|
||||||
|
|
||||||
# homeassistant.components.govee_ble
|
# homeassistant.components.govee_ble
|
||||||
govee-ble==0.41.0
|
govee-ble==0.42.0
|
||||||
|
|
||||||
# homeassistant.components.govee_light_local
|
# homeassistant.components.govee_light_local
|
||||||
govee-local-api==1.5.3
|
govee-local-api==1.5.3
|
||||||
|
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@ -896,7 +896,7 @@ goslide-api==0.7.0
|
|||||||
gotailwind==0.3.0
|
gotailwind==0.3.0
|
||||||
|
|
||||||
# homeassistant.components.govee_ble
|
# homeassistant.components.govee_ble
|
||||||
govee-ble==0.41.0
|
govee-ble==0.42.0
|
||||||
|
|
||||||
# homeassistant.components.govee_light_local
|
# homeassistant.components.govee_light_local
|
||||||
govee-local-api==1.5.3
|
govee-local-api==1.5.3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user