Bump ZHA to 2.2.0 (#180231)

This commit is contained in:
TheJulianJES
2026-08-26 06:58:25 +02:00
committed by GitHub
parent 5ce46de8d1
commit 626446b5b5
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
"universal_silabs_flasher",
"serialx"
],
"requirements": ["zha==2.1.0", "zha-quirks==2.2.0"],
"requirements": ["zha==2.2.0", "zha-quirks==2.2.0"],
"usb": [
{
"description": "*2652*",
+1 -1
View File
@@ -3507,7 +3507,7 @@ zeversolar==0.3.2
zha-quirks==2.2.0
# homeassistant.components.zha
zha==2.1.0
zha==2.2.0
# homeassistant.components.zhong_hong
zhong-hong-hvac==1.0.19
+1 -1
View File
@@ -192,7 +192,7 @@ async def test_number_quirks_v2_metadata(
await gateway.async_device_initialized(zigpy_device)
await hass.async_block_till_done(wait_background_tasks=True)
entity_id = "number.test_manf_test_number_model"
entity_id = "number.test_manf_test_number_model_temperature"
hass_state = hass.states.get(entity_id)
assert hass_state is not None