Skip to content

Commit

Permalink
Bump ZHA to 0.0.43 (#133854)
Browse files Browse the repository at this point in the history
* Bump ZHA to 0.0.43

* Add strings for v2 quirk entities
  • Loading branch information
TheJulianJES authored Dec 23, 2024
1 parent de1b6a0 commit dcc9be0
Show file tree
Hide file tree
Showing 4 changed files with 111 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/zha/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"zha",
"universal_silabs_flasher"
],
"requirements": ["universal-silabs-flasher==0.0.25", "zha==0.0.42"],
"requirements": ["universal-silabs-flasher==0.0.25", "zha==0.0.43"],
"usb": [
{
"vid": "10C4",
Expand Down
108 changes: 108 additions & 0 deletions homeassistant/components/zha/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -586,6 +586,12 @@
},
"preheat_status": {
"name": "Pre-heat status"
},
"open_window_detection_status": {
"name": "Open window detection status"
},
"window_detection": {
"name": "Open window detection"
}
},
"button": {
Expand Down Expand Up @@ -822,6 +828,57 @@
},
"approach_distance": {
"name": "Approach distance"
},
"fixed_load_demand": {
"name": "Fixed load demand"
},
"display_brightness": {
"name": "Display brightness"
},
"display_inactive_brightness": {
"name": "Display inactive brightness"
},
"display_activity_timeout": {
"name": "Display activity timeout"
},
"open_window_detection_threshold": {
"name": "Open window detection threshold"
},
"open_window_event_duration": {
"name": "Open window event duration"
},
"open_window_detection_guard_period": {
"name": "Open window detection guard period"
},
"fallback_timeout": {
"name": "Fallback timeout"
},
"boost_amount": {
"name": "Boost amount"
},
"ambient_sensor_correction": {
"name": "Ambient sensor correction"
},
"external_sensor_correction": {
"name": "External sensor correction"
},
"move_sensitivity": {
"name": "Motion sensitivity"
},
"detection_distance_min": {
"name": "Minimum range"
},
"detection_distance_max": {
"name": "Maximum range"
},
"presence_sensitivity": {
"name": "Presence sensitivity"
},
"presence_timeout": {
"name": "Fade time"
},
"regulator_set_point": {
"name": "Regulator set point"
}
},
"select": {
Expand Down Expand Up @@ -926,6 +983,45 @@
},
"external_trigger_mode": {
"name": "External trigger mode"
},
"local_temperature_source": {
"name": "Local temperature source"
},
"control_type": {
"name": "Control type"
},
"thermostat_application": {
"name": "Thermostat application"
},
"heating_fuel": {
"name": "Heating fuel"
},
"heat_transfer_medium": {
"name": "Heat transfer medium"
},
"heating_emitter_type": {
"name": "Heating emitter type"
},
"external_temperature_sensor_type": {
"name": "External temperature sensor type"
},
"preset_mode": {
"name": "Preset mode"
},
"sensor_mode": {
"name": "Sensor mode"
},
"thermostat_mode": {
"name": "Thermostat mode"
},
"regulator_period": {
"name": "Regulator period"
},
"click_mode": {
"name": "Click mode"
},
"operation_mode": {
"name": "Operation mode"
}
},
"sensor": {
Expand Down Expand Up @@ -1132,6 +1228,15 @@
},
"motion_distance": {
"name": "Motion distance"
},
"control_status": {
"name": "Control status"
},
"distance": {
"name": "Target distance"
},
"local_temperature_floor": {
"name": "Floor temperature"
}
},
"switch": {
Expand Down Expand Up @@ -1257,6 +1362,9 @@
},
"enable_siren": {
"name": "Enable siren"
},
"find_switch": {
"name": "Distance switch"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3097,7 +3097,7 @@ zeroconf==0.136.2
zeversolar==0.3.2

# homeassistant.components.zha
zha==0.0.42
zha==0.0.43

# homeassistant.components.zhong_hong
zhong-hong-hvac==1.0.13
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2486,7 +2486,7 @@ zeroconf==0.136.2
zeversolar==0.3.2

# homeassistant.components.zha
zha==0.0.42
zha==0.0.43

# homeassistant.components.zwave_js
zwave-js-server-python==0.60.0
Expand Down

0 comments on commit dcc9be0

Please sign in to comment.