mirror of
https://github.com/home-assistant/core.git
synced 2026-09-24 23:41:48 -05:00
Bump probatio to 0.12.1 (#182101)
This commit is contained in:
@@ -52,7 +52,7 @@ orjson==3.11.9
|
||||
packaging>=23.1
|
||||
paho-mqtt==2.1.0
|
||||
Pillow==12.3.0
|
||||
probatio==0.12.0
|
||||
probatio==0.12.1
|
||||
propcache==0.5.2
|
||||
psutil-home-assistant==0.0.1
|
||||
PyJWT==2.13.0
|
||||
|
||||
+1
-1
@@ -78,7 +78,7 @@ dependencies = [
|
||||
"ulid-transform==2.2.9",
|
||||
"urllib3>=2.0",
|
||||
"uv==0.12.10",
|
||||
"probatio==0.12.0",
|
||||
"probatio==0.12.1",
|
||||
"yarl==1.24.5",
|
||||
"webrtc-models==0.3.0",
|
||||
"zeroconf==0.151.3",
|
||||
|
||||
Generated
+1
-1
@@ -38,7 +38,7 @@ mutagen==1.48.1
|
||||
orjson==3.11.9
|
||||
packaging>=23.1
|
||||
Pillow==12.3.0
|
||||
probatio==0.12.0
|
||||
probatio==0.12.1
|
||||
propcache==0.5.2
|
||||
psutil-home-assistant==0.0.1
|
||||
PyJWT==2.13.0
|
||||
|
||||
@@ -1379,8 +1379,7 @@ async def test_reload_after_invalid_config(
|
||||
assert await mqtt_mock_entry()
|
||||
assert hass.states.get("alarm_control_panel.test") is None
|
||||
assert (
|
||||
"not a valid option, did you mean 'availability_topic' or "
|
||||
"'command_topic'? at 'invalid_topic' for "
|
||||
"not a valid option at 'invalid_topic' for "
|
||||
"manually configured MQTT alarm_control_panel item, "
|
||||
"in ?, line ? Got {'name': 'test', 'invalid_topic': 'test-topic'}"
|
||||
in caplog.text
|
||||
|
||||
Reference in New Issue
Block a user