Migrate poo recorder and align Alembic naming

This commit is contained in:
2026-04-20 11:48:48 +02:00
parent e334df992f
commit 044b47c573
34 changed files with 1138 additions and 31 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ def test_homeassistant_client_raises_on_http_error(monkeypatch: pytest.MonkeyPat
def test_homeassistant_client_raises_when_not_configured() -> None:
client = HomeAssistantClient(settings=Settings())
client = HomeAssistantClient(settings=Settings(_env_file=None))
with pytest.raises(HomeAssistantConfigError, match="not configured"):
client.publish_sensor(entity_id="sensor.test_status", state="ok")