mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 04:07:08 +00:00
Bump ZHA to 0.0.53 (#141025)
* Bump ZHA to 0.0.53 * Regenerate snapshot
This commit is contained in:
parent
e388d0c344
commit
110500b860
@ -21,7 +21,7 @@
|
|||||||
"zha",
|
"zha",
|
||||||
"universal_silabs_flasher"
|
"universal_silabs_flasher"
|
||||||
],
|
],
|
||||||
"requirements": ["zha==0.0.52"],
|
"requirements": ["zha==0.0.53"],
|
||||||
"usb": [
|
"usb": [
|
||||||
{
|
{
|
||||||
"vid": "10C4",
|
"vid": "10C4",
|
||||||
|
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@ -3153,7 +3153,7 @@ zeroconf==0.146.0
|
|||||||
zeversolar==0.3.2
|
zeversolar==0.3.2
|
||||||
|
|
||||||
# homeassistant.components.zha
|
# homeassistant.components.zha
|
||||||
zha==0.0.52
|
zha==0.0.53
|
||||||
|
|
||||||
# homeassistant.components.zhong_hong
|
# homeassistant.components.zhong_hong
|
||||||
zhong-hong-hvac==1.0.13
|
zhong-hong-hvac==1.0.13
|
||||||
|
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@ -2539,7 +2539,7 @@ zeroconf==0.146.0
|
|||||||
zeversolar==0.3.2
|
zeversolar==0.3.2
|
||||||
|
|
||||||
# homeassistant.components.zha
|
# homeassistant.components.zha
|
||||||
zha==0.0.52
|
zha==0.0.53
|
||||||
|
|
||||||
# homeassistant.components.zwave_js
|
# homeassistant.components.zwave_js
|
||||||
zwave-js-server-python==0.62.0
|
zwave-js-server-python==0.62.0
|
||||||
|
@ -179,7 +179,16 @@
|
|||||||
}),
|
}),
|
||||||
'0x0010': dict({
|
'0x0010': dict({
|
||||||
'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)",
|
'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)",
|
||||||
'value': None,
|
'value': list([
|
||||||
|
50,
|
||||||
|
79,
|
||||||
|
50,
|
||||||
|
2,
|
||||||
|
0,
|
||||||
|
141,
|
||||||
|
21,
|
||||||
|
0,
|
||||||
|
]),
|
||||||
}),
|
}),
|
||||||
'0x0011': dict({
|
'0x0011': dict({
|
||||||
'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)",
|
'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)",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user