Skip to content

Commit 9d434c9

Browse files
authored
Bump ZHA to 0.0.75 (#155389)
1 parent e410313 commit 9d434c9

File tree

6 files changed

+55
-12
lines changed

6 files changed

+55
-12
lines changed

homeassistant/components/zha/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"zha",
2222
"universal_silabs_flasher"
2323
],
24-
"requirements": ["zha==0.0.73"],
24+
"requirements": ["zha==0.0.75"],
2525
"usb": [
2626
{
2727
"description": "*2652*",

homeassistant/components/zha/strings.json

Lines changed: 47 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@
179179
"left": "Left",
180180
"open": "[%key:common::action::open%]",
181181
"right": "Right",
182+
"rotary_knob": "Rotary knob",
182183
"turn_off": "[%key:common::action::turn_off%]",
183184
"turn_on": "[%key:common::action::turn_on%]"
184185
},
@@ -206,7 +207,10 @@
206207
"remote_button_quintuple_press": "\"{subtype}\" quintuple clicked",
207208
"remote_button_short_press": "\"{subtype}\" pressed",
208209
"remote_button_short_release": "\"{subtype}\" released",
209-
"remote_button_triple_press": "\"{subtype}\" triple clicked"
210+
"remote_button_triple_press": "\"{subtype}\" triple clicked",
211+
"rotary_knob_continued_rotating": "Rotary knob continued rotating \"{subtype}\"",
212+
"rotary_knob_started_rotating": "Rotary knob started rotating \"{subtype}\"",
213+
"rotary_knob_stopped_rotating": "\"{subtype}\" stopped rotating"
210214
}
211215
},
212216
"entity": {
@@ -305,6 +309,9 @@
305309
"calibrate_valve": {
306310
"name": "Calibrate valve"
307311
},
312+
"calibrate_z_axis": {
313+
"name": "Calibrate Z axis"
314+
},
308315
"feed": {
309316
"name": "Feed"
310317
},
@@ -323,6 +330,12 @@
323330
"reset_summation_delivered": {
324331
"name": "Reset summation delivered"
325332
},
333+
"reset_summation_delivered_left": {
334+
"name": "Reset left summation delivered"
335+
},
336+
"reset_summation_delivered_right": {
337+
"name": "Reset right summation delivered"
338+
},
326339
"restart_device": {
327340
"name": "Restart device"
328341
},
@@ -464,6 +477,9 @@
464477
"comfort_temperature_min": {
465478
"name": "Comfort temperature min"
466479
},
480+
"compensation_speed": {
481+
"name": "Compensation speed"
482+
},
467483
"deadzone_temperature": {
468484
"name": "Deadzone temperature"
469485
},
@@ -623,6 +639,9 @@
623639
"lift_drive_up_time": {
624640
"name": "Lift drive up time"
625641
},
642+
"limit_position": {
643+
"name": "Limit position"
644+
},
626645
"liquid_depth_max": {
627646
"name": "Height from sensor to liquid level"
628647
},
@@ -719,6 +738,9 @@
719738
"on_transition_time": {
720739
"name": "On transition time"
721740
},
741+
"open_delay_time": {
742+
"name": "Open delay time"
743+
},
722744
"open_window_detection_guard_period": {
723745
"name": "Open window detection guard period"
724746
},
@@ -746,6 +768,9 @@
746768
"presence_timeout": {
747769
"name": "Fade time"
748770
},
771+
"pulse_configuration": {
772+
"name": "Pulse configuration"
773+
},
749774
"quantitative_watering": {
750775
"name": "Quantitative watering"
751776
},
@@ -854,6 +879,24 @@
854879
"transmit_power": {
855880
"name": "Transmit power"
856881
},
882+
"turn_off_delay": {
883+
"name": "Turn off delay"
884+
},
885+
"turn_off_delay_left": {
886+
"name": "Turn off delay left"
887+
},
888+
"turn_off_delay_right": {
889+
"name": "Turn off delay right"
890+
},
891+
"turn_on_delay": {
892+
"name": "Turn on delay"
893+
},
894+
"turn_on_delay_left": {
895+
"name": "Turn on delay left"
896+
},
897+
"turn_on_delay_right": {
898+
"name": "Turn on delay right"
899+
},
857900
"up_movement": {
858901
"name": "Up movement"
859902
},
@@ -1591,6 +1634,9 @@
15911634
"double_up_full": {
15921635
"name": "Double tap on - full"
15931636
},
1637+
"enable_pir_mode": {
1638+
"name": "Enable PIR remote"
1639+
},
15941640
"enable_siren": {
15951641
"name": "Enable siren"
15961642
},

requirements_all.txt

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements_test_all.txt

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

script/hassfest/requirements.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -170,11 +170,6 @@
170170
# pyhive-integration > unasync > setuptools
171171
"unasync": {"setuptools"}
172172
},
173-
"homeassistant_hardware": {
174-
# https://github.com/zigpy/zigpy/issues/1604
175-
# universal-silabs-flasher > zigpy > pyserial-asyncio
176-
"zigpy": {"pyserial-asyncio"},
177-
},
178173
"homewizard": {"python-homewizard-energy": {"async-timeout"}},
179174
"imeon_inverter": {"imeon-inverter-api": {"async-timeout"}},
180175
"influxdb": {
@@ -267,9 +262,6 @@
267262
# https://github.com/waveform80/colorzero/issues/9
268263
# zha > zigpy-zigate > gpiozero > colorzero > setuptools
269264
"colorzero": {"setuptools"},
270-
# https://github.com/zigpy/zigpy/issues/1604
271-
# zha > zigpy > pyserial-asyncio
272-
"zigpy": {"pyserial-asyncio"},
273265
},
274266
}
275267

tests/components/zha/snapshots/test_diagnostics.ambr

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@
4141
'nwk_manager_id': 0,
4242
'nwk_update_id': 0,
4343
'pan_id': 4660,
44+
'route_table': dict({
45+
}),
4446
'security_level': 0,
4547
'source': None,
4648
'stack_specific': dict({
@@ -69,6 +71,7 @@
6971
'seq': 0,
7072
'tx_counter': 0,
7173
}),
74+
'tx_power': None,
7275
}),
7376
'node_info': dict({
7477
'ieee': '**REDACTED**',
@@ -276,6 +279,7 @@
276279
'state_class': None,
277280
'supported_features': 15,
278281
'translation_key': 'alarm_control_panel',
282+
'translation_placeholders': None,
279283
'unique_id': '**REDACTED**',
280284
}),
281285
'state': dict({
@@ -321,6 +325,7 @@
321325
'primary': True,
322326
'state_class': None,
323327
'translation_key': 'ias_zone',
328+
'translation_placeholders': None,
324329
'unique_id': '**REDACTED**',
325330
}),
326331
'state': dict({

0 commit comments

Comments
 (0)