mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 09:47:13 +00:00
Bump govee-ble to 0.16.0 (#76882)
This commit is contained in:
parent
7a82279af8
commit
ee1b08bbd6
@ -36,7 +36,7 @@
|
|||||||
"service_uuid": "00008251-0000-1000-8000-00805f9b34fb"
|
"service_uuid": "00008251-0000-1000-8000-00805f9b34fb"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"requirements": ["govee-ble==0.14.1"],
|
"requirements": ["govee-ble==0.16.0"],
|
||||||
"dependencies": ["bluetooth"],
|
"dependencies": ["bluetooth"],
|
||||||
"codeowners": ["@bdraco"],
|
"codeowners": ["@bdraco"],
|
||||||
"iot_class": "local_push"
|
"iot_class": "local_push"
|
||||||
|
@ -757,7 +757,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.14.1
|
govee-ble==0.16.0
|
||||||
|
|
||||||
# homeassistant.components.remote_rpi_gpio
|
# homeassistant.components.remote_rpi_gpio
|
||||||
gpiozero==1.6.2
|
gpiozero==1.6.2
|
||||||
|
@ -558,7 +558,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.14.1
|
govee-ble==0.16.0
|
||||||
|
|
||||||
# homeassistant.components.gree
|
# homeassistant.components.gree
|
||||||
greeclimate==1.3.0
|
greeclimate==1.3.0
|
||||||
|
@ -41,7 +41,7 @@ async def test_sensors(hass):
|
|||||||
|
|
||||||
temp_sensor = hass.states.get("sensor.h5075_2762_temperature")
|
temp_sensor = hass.states.get("sensor.h5075_2762_temperature")
|
||||||
temp_sensor_attribtes = temp_sensor.attributes
|
temp_sensor_attribtes = temp_sensor.attributes
|
||||||
assert temp_sensor.state == "21.3442"
|
assert temp_sensor.state == "21.34"
|
||||||
assert temp_sensor_attribtes[ATTR_FRIENDLY_NAME] == "H5075_2762 Temperature"
|
assert temp_sensor_attribtes[ATTR_FRIENDLY_NAME] == "H5075_2762 Temperature"
|
||||||
assert temp_sensor_attribtes[ATTR_UNIT_OF_MEASUREMENT] == "°C"
|
assert temp_sensor_attribtes[ATTR_UNIT_OF_MEASUREMENT] == "°C"
|
||||||
assert temp_sensor_attribtes[ATTR_STATE_CLASS] == "measurement"
|
assert temp_sensor_attribtes[ATTR_STATE_CLASS] == "measurement"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user