Tags: Teslemetry/python-teslemetry-stream
Tags
fix: log a clean stream end at INFO, not WARNING (#45) A Teslemetry API deploy closes every open SSE connection cleanly, which the listen loop treated identically to an abrupt disconnect and logged at WARNING - putting a false-alarm warning in every streaming Home Assistant install's log on every deploy. A clean end (the response body finishes with no exception) now logs at INFO and still reconnects immediately; an abrupt end (ClientPayloadError, ClientConnectionError, etc.) keeps its WARNING and backoff unchanged. Bumps 0.13.0 -> 0.13.1. Claude-Session: https://claude.ai/code/session_015AmmAcBd5k3izABQJBXxrk
PreviousNext