Skip to content

Commit 29914d6

Browse files
authored
Bump ZHA to 0.0.71 (home-assistant#152511)
1 parent 5eef6ed commit 29914d6

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
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.70"],
24+
"requirements": ["zha==0.0.71"],
2525
"usb": [
2626
{
2727
"vid": "10C4",

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.

tests/components/zha/conftest.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,9 @@ async def zigpy_app_controller():
184184
warnings.simplefilter("ignore", DeprecationWarning)
185185
mock_app = _wrap_mock_instance(app)
186186
mock_app.backups = _wrap_mock_instance(app.backups)
187+
mock_app._concurrent_requests_semaphore = _wrap_mock_instance(
188+
app._concurrent_requests_semaphore
189+
)
187190

188191
yield mock_app
189192

0 commit comments

Comments
 (0)