mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 15:17:35 +00:00
Bump ZHA to 0.0.43 (#133854)
* Bump ZHA to 0.0.43 * Add strings for v2 quirk entities
This commit is contained in:
parent
de1b6a0dfc
commit
dcc9be02ca
@ -21,7 +21,7 @@
|
|||||||
"zha",
|
"zha",
|
||||||
"universal_silabs_flasher"
|
"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": [
|
"usb": [
|
||||||
{
|
{
|
||||||
"vid": "10C4",
|
"vid": "10C4",
|
||||||
|
@ -586,6 +586,12 @@
|
|||||||
},
|
},
|
||||||
"preheat_status": {
|
"preheat_status": {
|
||||||
"name": "Pre-heat status"
|
"name": "Pre-heat status"
|
||||||
|
},
|
||||||
|
"open_window_detection_status": {
|
||||||
|
"name": "Open window detection status"
|
||||||
|
},
|
||||||
|
"window_detection": {
|
||||||
|
"name": "Open window detection"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"button": {
|
"button": {
|
||||||
@ -822,6 +828,57 @@
|
|||||||
},
|
},
|
||||||
"approach_distance": {
|
"approach_distance": {
|
||||||
"name": "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": {
|
"select": {
|
||||||
@ -926,6 +983,45 @@
|
|||||||
},
|
},
|
||||||
"external_trigger_mode": {
|
"external_trigger_mode": {
|
||||||
"name": "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": {
|
"sensor": {
|
||||||
@ -1132,6 +1228,15 @@
|
|||||||
},
|
},
|
||||||
"motion_distance": {
|
"motion_distance": {
|
||||||
"name": "Motion distance"
|
"name": "Motion distance"
|
||||||
|
},
|
||||||
|
"control_status": {
|
||||||
|
"name": "Control status"
|
||||||
|
},
|
||||||
|
"distance": {
|
||||||
|
"name": "Target distance"
|
||||||
|
},
|
||||||
|
"local_temperature_floor": {
|
||||||
|
"name": "Floor temperature"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"switch": {
|
"switch": {
|
||||||
@ -1257,6 +1362,9 @@
|
|||||||
},
|
},
|
||||||
"enable_siren": {
|
"enable_siren": {
|
||||||
"name": "Enable siren"
|
"name": "Enable siren"
|
||||||
|
},
|
||||||
|
"find_switch": {
|
||||||
|
"name": "Distance switch"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -3097,7 +3097,7 @@ zeroconf==0.136.2
|
|||||||
zeversolar==0.3.2
|
zeversolar==0.3.2
|
||||||
|
|
||||||
# homeassistant.components.zha
|
# homeassistant.components.zha
|
||||||
zha==0.0.42
|
zha==0.0.43
|
||||||
|
|
||||||
# homeassistant.components.zhong_hong
|
# homeassistant.components.zhong_hong
|
||||||
zhong-hong-hvac==1.0.13
|
zhong-hong-hvac==1.0.13
|
||||||
|
@ -2486,7 +2486,7 @@ zeroconf==0.136.2
|
|||||||
zeversolar==0.3.2
|
zeversolar==0.3.2
|
||||||
|
|
||||||
# homeassistant.components.zha
|
# homeassistant.components.zha
|
||||||
zha==0.0.42
|
zha==0.0.43
|
||||||
|
|
||||||
# homeassistant.components.zwave_js
|
# homeassistant.components.zwave_js
|
||||||
zwave-js-server-python==0.60.0
|
zwave-js-server-python==0.60.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user