Releases: Teslemetry/hass-teslemetry
v2.3.5 - Bump tesla-fleet-api for Home Assistant 2024.12.1
This release only bumps the tesla-fleet-api version to match Home Assistant 2024.12.1
Full Changelog: v2.3.4...v2.3.5
v2.3.4 - Fix Speed Limit lock and gracefully handle Stream errors
The Speed Limit Lock wasnt setup for streaming correctly, so this caused a crash.
Streaming listeners now wont crash the entire stream, and rather uncaught errors will log an error only.
Full Changelog: v2.3.3...v2.3.4
v2.3.3 - Hotfix for Streaming and Diagnostics
There was an error in the error message handling which caused an error. The error messages should no longer error.
Diagnostics were broken if you had a Wall Connector without a Powerwall, this should be fixed.
v2.9.0 - Automatically enable Streaming config
Streaming is the future of all Tesla vehicle data. The 2.9.x releases will prepare the integration for a major 3.x release that will almost entirely removes vehicle polling in 2025.
This version specifically will automatically enable streaming fields on your vehicle if you enable an entity that needs it. This means you no longer need to use the Teslemetry console to use enable or configure streaming, and ensures your vehicle is sending everything required for what you have enabled.
It also increases the polling interval to 30 minutes, because all vehicle_data
responses are sent via streaming. This coordinator may be removed entirely in the future.
Full Changelog: v2.3.2...v2.9.0
v2.3.2 - Remove CruiseState
Tesla has removed CruiseState from Fleet Telemetry (teslamotors/fleet-telemetry#236) so it is being removed from Teslemetry.
Full Changelog: v2.3.1...v2.3.2
v2.3.1 - Bugfix new streaming logic
All streaming values were being returned as 1
due to a syntax bug.
Full Changelog: v2.3.0...v2.3.1
v2.3.0 - Streaming entity names/icons & ignore None
Thanks to @tomassanjuann for contributing icons and strings for streaming sensors.
When a streaming value for a polling entity is None, the integration ignores that value.
What's Changed
- Add names and icons for streaming fields by @tomassanjuann in #153
New Contributors
- @tomassanjuann made their first contribution in #153
Full Changelog: v2.2.10...v2.2.11
v2.2.10 - Handle None streaming values
Return Unknown for all streaming values that have a value of None.
This may help avoid crashes related to the Speed streaming sensor.
What's Changed
- Bump colorlog from 6.8.2 to 6.9.0 by @dependabot in #149
- Bump ruff from 0.6.8 to 0.7.2 by @dependabot in #148
Full Changelog: v2.2.9...v2.2.10
v2.2.9 - Fix Frunk and Trunk
Tesla has changed the values returned by the Fleet API for Frunk and Trunk being open. This release updates the logic so that any non-zero non-null value will be considered open.
Full Changelog: v2.2.8...v2.2.9
v2.2.8 - Fix route tracker entity
Fixes the route tracker entity which was broken in v2.2.6
Also reverts other changes introduced in v2.2.7 that were not ready.
Full Changelog: v2.2.7...v2.2.8