Skip to content

Commit f54a634

Browse files
puddlyfrenck
authored andcommitted
Bump ZHA to 0.0.53 (#141025)
* Bump ZHA to 0.0.53 * Regenerate snapshot
1 parent e98d518 commit f54a634

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

homeassistant/components/zha/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"zha",
2222
"universal_silabs_flasher"
2323
],
24-
"requirements": ["zha==0.0.52"],
24+
"requirements": ["zha==0.0.53"],
2525
"usb": [
2626
{
2727
"vid": "10C4",

requirements_all.txt

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements_test_all.txt

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/components/zha/snapshots/test_diagnostics.ambr

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,16 @@
179179
}),
180180
'0x0010': dict({
181181
'attribute': "ZCLAttributeDef(id=0x0010, name='cie_addr', type=<class 'zigpy.types.named.EUI64'>, zcl_type=<DataTypeId.EUI64: 240>, access=<ZCLAttributeAccess.Read|Write: 3>, mandatory=True, is_manufacturer_specific=False)",
182-
'value': None,
182+
'value': list([
183+
50,
184+
79,
185+
50,
186+
2,
187+
0,
188+
141,
189+
21,
190+
0,
191+
]),
183192
}),
184193
'0x0011': dict({
185194
'attribute': "ZCLAttributeDef(id=0x0011, name='zone_id', type=<class 'zigpy.types.basic.uint8_t'>, zcl_type=<DataTypeId.uint8: 32>, access=<ZCLAttributeAccess.Read: 1>, mandatory=True, is_manufacturer_specific=False)",

0 commit comments

Comments
 (0)