mirror of
https://github.com/home-assistant/core.git
synced 2026-09-09 15:11:40 +01:00
Bump hole to 0.9.2 (#173936)
This commit is contained in:
@@ -7,5 +7,5 @@
|
||||
"integration_type": "device",
|
||||
"iot_class": "local_polling",
|
||||
"loggers": ["hole"],
|
||||
"requirements": ["hole==0.9.0"]
|
||||
"requirements": ["hole==0.9.2"]
|
||||
}
|
||||
|
||||
Generated
+1
-1
@@ -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
|
||||
|
||||
@@ -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."""
|
||||
|
||||
Reference in New Issue
Block a user