mirror of
https://github.com/home-assistant/core.git
synced 2026-09-24 23:41:48 -05:00
Bump ZHA to 2.2.0 (#180231)
This commit is contained in:
@@ -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*",
|
||||
|
||||
Generated
+1
-1
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user