Releases: Teslemetry/hass-teslemetry
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
v2.2.6 - Improve route to home compatability
There is an issue where the route entity have the GPS coordinates of your Home Assistant "home", but it also provides the location name of "Home". This change in case causes a mismatch and would likely also be preventing translation. This release forces a location of "Home" to always return "home" so it can be translated to "Home".
Full Changelog: v2.2.5...v2.2.6
v2.2.5 - Fix Storm Watch switch
Just fixes the storm watch switch since it was using the wrong coordinator.
Full Changelog: v2.2.4...v2.2.5
v2.2.4 - Even better history coordinator
The previous PR solved one issue and caused another, so this fixes the history coordinator to refresh on startup like before but only if the user has solar or battery.
Full Changelog: v2.2.3...v2.2.4