mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Bump ZHA to 0.0.36 (#129247)
This commit is contained in:
parent
aa855e31c8
commit
7980155375
@ -21,7 +21,7 @@
|
|||||||
"zha",
|
"zha",
|
||||||
"universal_silabs_flasher"
|
"universal_silabs_flasher"
|
||||||
],
|
],
|
||||||
"requirements": ["universal-silabs-flasher==0.0.23", "zha==0.0.35"],
|
"requirements": ["universal-silabs-flasher==0.0.23", "zha==0.0.36"],
|
||||||
"usb": [
|
"usb": [
|
||||||
{
|
{
|
||||||
"vid": "10C4",
|
"vid": "10C4",
|
||||||
|
@ -776,6 +776,21 @@
|
|||||||
},
|
},
|
||||||
"regulation_setpoint_offset": {
|
"regulation_setpoint_offset": {
|
||||||
"name": "Regulation setpoint offset"
|
"name": "Regulation setpoint offset"
|
||||||
|
},
|
||||||
|
"irrigation_cycles": {
|
||||||
|
"name": "Irrigation cycles"
|
||||||
|
},
|
||||||
|
"irrigation_target": {
|
||||||
|
"name": "Irrigation target"
|
||||||
|
},
|
||||||
|
"irrigation_interval": {
|
||||||
|
"name": "Irrigation interval"
|
||||||
|
},
|
||||||
|
"valve_countdown_1": {
|
||||||
|
"name": "Irrigation time 1"
|
||||||
|
},
|
||||||
|
"valve_countdown_2": {
|
||||||
|
"name": "Irrigation time 2"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"select": {
|
"select": {
|
||||||
@ -865,6 +880,12 @@
|
|||||||
},
|
},
|
||||||
"setpoint_response_time": {
|
"setpoint_response_time": {
|
||||||
"name": "Setpoint response time"
|
"name": "Setpoint response time"
|
||||||
|
},
|
||||||
|
"irrigation_mode": {
|
||||||
|
"name": "Irrigation mode"
|
||||||
|
},
|
||||||
|
"weather_delay": {
|
||||||
|
"name": "Weather delay"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"sensor": {
|
"sensor": {
|
||||||
@ -1041,6 +1062,27 @@
|
|||||||
},
|
},
|
||||||
"motor_stepcount": {
|
"motor_stepcount": {
|
||||||
"name": "Motor stepcount"
|
"name": "Motor stepcount"
|
||||||
|
},
|
||||||
|
"irrigation_duration": {
|
||||||
|
"name": "Last irrigation duration"
|
||||||
|
},
|
||||||
|
"irrigation_start_time": {
|
||||||
|
"name": "Irrigation start time"
|
||||||
|
},
|
||||||
|
"irrigation_end_time": {
|
||||||
|
"name": "Irrigation end time"
|
||||||
|
},
|
||||||
|
"irrigation_duration_1": {
|
||||||
|
"name": "Irrigation duration 1"
|
||||||
|
},
|
||||||
|
"irriation_duration_2": {
|
||||||
|
"name": "Irrigation duration 2"
|
||||||
|
},
|
||||||
|
"valve_status_1": {
|
||||||
|
"name": "Status 1"
|
||||||
|
},
|
||||||
|
"valve_status_2": {
|
||||||
|
"name": "Status 2"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"switch": {
|
"switch": {
|
||||||
@ -1145,6 +1187,12 @@
|
|||||||
},
|
},
|
||||||
"adaptation_run_enabled": {
|
"adaptation_run_enabled": {
|
||||||
"name": "Adaptation run enabled"
|
"name": "Adaptation run enabled"
|
||||||
|
},
|
||||||
|
"valve_on_off_1": {
|
||||||
|
"name": "Valve 1"
|
||||||
|
},
|
||||||
|
"valve_on_off_2": {
|
||||||
|
"name": "Valve 2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -3060,7 +3060,7 @@ zeroconf==0.136.0
|
|||||||
zeversolar==0.3.2
|
zeversolar==0.3.2
|
||||||
|
|
||||||
# homeassistant.components.zha
|
# homeassistant.components.zha
|
||||||
zha==0.0.35
|
zha==0.0.36
|
||||||
|
|
||||||
# homeassistant.components.zhong_hong
|
# homeassistant.components.zhong_hong
|
||||||
zhong-hong-hvac==1.0.13
|
zhong-hong-hvac==1.0.13
|
||||||
|
@ -2443,7 +2443,7 @@ zeroconf==0.136.0
|
|||||||
zeversolar==0.3.2
|
zeversolar==0.3.2
|
||||||
|
|
||||||
# homeassistant.components.zha
|
# homeassistant.components.zha
|
||||||
zha==0.0.35
|
zha==0.0.36
|
||||||
|
|
||||||
# homeassistant.components.zwave_js
|
# homeassistant.components.zwave_js
|
||||||
zwave-js-server-python==0.58.1
|
zwave-js-server-python==0.58.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user