mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Bump ZHA to 0.0.61 (#147472)
Co-authored-by: TheJulianJES <TheJulianJES@users.noreply.github.com>
This commit is contained in:
parent
b95af2d86b
commit
716ec1eef2
@ -21,7 +21,7 @@
|
||||
"zha",
|
||||
"universal_silabs_flasher"
|
||||
],
|
||||
"requirements": ["zha==0.0.60"],
|
||||
"requirements": ["zha==0.0.61"],
|
||||
"usb": [
|
||||
{
|
||||
"vid": "10C4",
|
||||
|
@ -1155,6 +1155,21 @@
|
||||
},
|
||||
"update_frequency": {
|
||||
"name": "Update frequency"
|
||||
},
|
||||
"sound_volume": {
|
||||
"name": "Sound volume"
|
||||
},
|
||||
"lift_drive_up_time": {
|
||||
"name": "Lift drive up time"
|
||||
},
|
||||
"lift_drive_down_time": {
|
||||
"name": "Lift drive down time"
|
||||
},
|
||||
"tilt_open_close_and_step_time": {
|
||||
"name": "Tilt open close and step time"
|
||||
},
|
||||
"tilt_position_percentage_after_move_to_level": {
|
||||
"name": "Tilt position percentage after move to level"
|
||||
}
|
||||
},
|
||||
"select": {
|
||||
@ -1388,6 +1403,12 @@
|
||||
},
|
||||
"external_switch_type": {
|
||||
"name": "External switch type"
|
||||
},
|
||||
"switch_indication": {
|
||||
"name": "Switch indication"
|
||||
},
|
||||
"switch_actions": {
|
||||
"name": "Switch actions"
|
||||
}
|
||||
},
|
||||
"sensor": {
|
||||
@ -1741,6 +1762,32 @@
|
||||
},
|
||||
"lifetime": {
|
||||
"name": "Lifetime"
|
||||
},
|
||||
"last_action_source": {
|
||||
"name": "Last action source",
|
||||
"state": {
|
||||
"zigbee": "Zigbee",
|
||||
"keypad": "Keypad",
|
||||
"fingerprint": "Fingerprint",
|
||||
"rfid": "RFID",
|
||||
"self": "Self"
|
||||
}
|
||||
},
|
||||
"last_action": {
|
||||
"name": "Last action",
|
||||
"state": {
|
||||
"lock": "[%key:common::state::locked%]",
|
||||
"unlock": "[%key:common::state::unlocked%]"
|
||||
}
|
||||
},
|
||||
"last_action_user": {
|
||||
"name": "Last action user"
|
||||
},
|
||||
"last_pin_code": {
|
||||
"name": "Last PIN code"
|
||||
},
|
||||
"opening": {
|
||||
"name": "Opening"
|
||||
}
|
||||
},
|
||||
"switch": {
|
||||
@ -1956,6 +2003,9 @@
|
||||
},
|
||||
"external_temperature_sensor": {
|
||||
"name": "External temperature sensor"
|
||||
},
|
||||
"auto_relock": {
|
||||
"name": "Auto relock"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@ -3193,7 +3193,7 @@ zeroconf==0.147.0
|
||||
zeversolar==0.3.2
|
||||
|
||||
# homeassistant.components.zha
|
||||
zha==0.0.60
|
||||
zha==0.0.61
|
||||
|
||||
# homeassistant.components.zhong_hong
|
||||
zhong-hong-hvac==1.0.13
|
||||
|
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@ -2634,7 +2634,7 @@ zeroconf==0.147.0
|
||||
zeversolar==0.3.2
|
||||
|
||||
# homeassistant.components.zha
|
||||
zha==0.0.60
|
||||
zha==0.0.61
|
||||
|
||||
# homeassistant.components.zwave_js
|
||||
zwave-js-server-python==0.64.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user