Bump hole to 0.9.2 (#173936)

This commit is contained in:
Franck Nijhof
2026-06-16 09:37:58 +02:00
committed by GitHub
parent 2120cad533
commit d83cd941a7
3 changed files with 3 additions and 3 deletions
@@ -7,5 +7,5 @@
"integration_type": "device",
"iot_class": "local_polling",
"loggers": ["hole"],
"requirements": ["hole==0.9.0"]
"requirements": ["hole==0.9.2"]
}
+1 -1
View File
@@ -1268,7 +1268,7 @@ hko==0.3.2
hlk-sw16==0.0.9
# homeassistant.components.pi_hole
hole==0.9.0
hole==0.9.2
# homeassistant.components.holiday
# homeassistant.components.workday
+1 -1
View File
@@ -232,7 +232,7 @@ def _create_mocked_hole(
incorrect_app_password or password not in ["newkey", "apikey"]
):
raise HoleError("Authentication failed: Invalid password")
raise HoleConnectionError
raise HoleConnectionError("Connection error")
async def get_data_side_effect(*_args, **_kwargs):
"""Return data based on the mocked Hole instance state."""