Bump probatio to 0.12.1 (#182101)

This commit is contained in:
Franck Nijhof
2026-09-13 14:09:47 +02:00
committed by GitHub
parent 80a2ea2d8d
commit 0ab651a7b1
4 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -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
View File
@@ -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",
+1 -1
View File
@@ -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