diff --git a/homeassistant/components/zha/manifest.json b/homeassistant/components/zha/manifest.json index 9f5e6a91905..abd07d89db6 100644 --- a/homeassistant/components/zha/manifest.json +++ b/homeassistant/components/zha/manifest.json @@ -21,7 +21,7 @@ "zha", "universal_silabs_flasher" ], - "requirements": ["zha==0.0.69"], + "requirements": ["zha==0.0.70"], "usb": [ { "vid": "10C4", diff --git a/homeassistant/components/zha/strings.json b/homeassistant/components/zha/strings.json index 1c9454ec0a0..096fd591fb7 100644 --- a/homeassistant/components/zha/strings.json +++ b/homeassistant/components/zha/strings.json @@ -654,6 +654,9 @@ }, "reset_alarm": { "name": "Reset alarm" + }, + "calibrate_valve": { + "name": "Calibrate valve" } }, "climate": { @@ -1185,6 +1188,33 @@ }, "tilt_position_percentage_after_move_to_level": { "name": "Tilt position percentage after move to level" + }, + "display_on_time": { + "name": "Display on-time" + }, + "closing_duration": { + "name": "Closing duration" + }, + "opening_duration": { + "name": "Opening duration" + }, + "long_press_duration": { + "name": "Long press duration" + }, + "motor_start_delay": { + "name": "Motor start delay" + }, + "max_brightness": { + "name": "Maximum brightness" + }, + "min_brightness": { + "name": "Minimum brightness" + }, + "reporting_interval": { + "name": "Reporting interval" + }, + "sensitivity": { + "name": "Sensitivity" } }, "select": { @@ -1424,6 +1454,21 @@ }, "switch_actions": { "name": "Switch actions" + }, + "ctrl_sequence_of_oper": { + "name": "Control sequence" + }, + "displayed_temperature": { + "name": "Displayed temperature" + }, + "calibration_mode": { + "name": "Calibration mode" + }, + "mode_switch": { + "name": "Mode switch" + }, + "phase": { + "name": "Phase" } }, "sensor": { @@ -1806,6 +1851,15 @@ }, "opening": { "name": "Opening" + }, + "operating_mode": { + "name": "Operating mode" + }, + "valve_adapt_status": { + "name": "Valve adaptation status" + }, + "motor_state": { + "name": "Motor state" } }, "switch": { @@ -2036,6 +2090,21 @@ }, "frient_com_2": { "name": "COM 2" + }, + "window_open": { + "name": "Window open" + }, + "turn_on_led_when_off": { + "name": "Turn on LED when off" + }, + "turn_on_led_when_on": { + "name": "Turn on LED when on" + }, + "dimmer_mode": { + "name": "Dimmer mode" + }, + "flip_indicator_light": { + "name": "Flip indicator light" } } } diff --git a/requirements_all.txt b/requirements_all.txt index 0734b7e6bd2..e180406a123 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -3198,7 +3198,7 @@ zeroconf==0.147.0 zeversolar==0.3.2 # homeassistant.components.zha -zha==0.0.69 +zha==0.0.70 # homeassistant.components.zhong_hong zhong-hong-hvac==1.0.13 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index fa8831cafff..1a2df46eadd 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -2642,7 +2642,7 @@ zeroconf==0.147.0 zeversolar==0.3.2 # homeassistant.components.zha -zha==0.0.69 +zha==0.0.70 # homeassistant.components.zwave_js zwave-js-server-python==0.67.1