v1.11.0 - Reduce vehicle_data API calls
It appears like Tesla only rate limits based on the number of vehicle_data
API calls an integration makes, so this release adds logic to call the vehicle
endpoint instead when the vehicle is asleep to determine if its awake. It only calls vehicle_data
if the vehicle was previously awake or is now awake.
Full Changelog: v1.10.6...v1.11.0