- Improve wake up retry logic (#379) (
31de243
) - Wake car only when necessary (#378) (
20f309e
) - Fix valet mode parameter (#377) (
c419a04
)
- Add usable_battery_level method in TeslaCar #361 (
abf0d08
)
- Add window control and binary sensor (#357) (
29fabf7
) - Add tpms, door and window properties (
e66ff45
)
- Check energysite_id in _grid_status_unknown (
d828ab4
)
- HomeAssistant specific code has been moved out. The API is now just a communication layer (
5827dc9
)
- Handle missing grid_status key(#346) (
8c8f727
)
- Update documentation (
150f0bd
)
- Update endpoints and agent to v4.10 (
ba11467
)
- Fix error for cars without heated steering wheels and seats (
b5cf9bb
)
- Add enabled_by_default to EnergySiteDevice (
4a098a0
)
- Add homelink support for HA (
242eb35
)
- Online sensor will no longer have json vehicle data. Any scripts that relied on that json data will need to use the newer sensors. They will need to be enabled. (
d692a15
)
- Force update on next poll on enable update (
2b6bd5d
)
- Sync endpoints.json with teslapy (
faa4761
) - Add update_interval as an attribute (#267) (
9c622bb
) - Add polling policy flag (#167) (
43c74b0
)
- vins: Ensure vin is in saved state (
77e2414
) - energysites: Changing unknown grid status logic (
5f92fc4
)
- Update documentation (
c5280e1
)
- Allow specification of auth_domain (
85babc8
)
- Reduce api calls to energysite (
ddbe6eb
) - Treat 408 exceptions as vehicle asleep (
2f707d9
) - Fix extraction of car_id from api call (
4629b6f
)
- Add vin, id, and vehicle_id to online sensor (
7f49f8f
)
- Update documentation (
e56b134
)
- Update documentation (
8c67ba6
) - Update documentation (
006bc7a
) - Update controller.command deprecation link (
f17ad26
) - Update formating of controller.api (
186e1b1
) - Update documentation (
54acac5
)
- Update to latest endpoints from 4.2.0 (
074c35a
)
- Change product_type to kwarg (
41ea289
)
- Product_type added to functions (get, post, command) to differentiate between vehicles or energy sites. data_request rename to vehicle_data_request. (
e9798b7
)
- Add steering wheel and change heated seats to select (
6ecd9df
)
- Update HA energy sensors (
a14cc6f
)
- Fix multiple cookies error (
150f6e2
) - Fix multiple cookies error (
8537158
) - Fix casting of url for refresh_access_token (
ba19cc1
)
- Fix attribute error in debug statement (
48898f9
) - Fix give up condition for command retries (
8954299
) - Fix get_authorization_code syntax (
ef46aef
)
- Fix syntax errors due to httpx (
cea4135
) - Loosen dependency requirements (
598d600
) - Fix initialization of heated seats (#189) (
ddde348
)
- Swap to httpx (
5843932
)
- Update docs (
e9b149a
)
- Rebuild docs (
7f9c154
)
- Properly require updated authcaptureproxy (
fb1b58e
)
- Use auth.cn as initial start (
6b2ca52
)
- Bump deps (
601a237
)
- Add support for domain redirection (
471ea16
)
- Fix mfa code handling (
e005fcf
) - Increase time for waf retry (
31b56cc
) - Reset waf retry count on successful login (
6202eed
)
- Allow reset of proxy (
2218c57
)
- Catch code even without redirect (
37207ce
)
- Add mfa support (
413b585
)
- Process i18n urls (
a4a40fd
)
- Add sphinx support (
483ddd0
)
- Increase delay for refresh and update message (
af78a8b
)
- Fix requirement for authcaptureproxy (
bfaccc7
)
- Bump authcaptureproxy (
2a6635f
)
- Add teslaproxy to capture oauth credentials (
dd209d9
)
- Add badges (
02b583b
)
- Address attribute error properly for form (
11f59ea
)
- Check for existence of input field in form (
613406e
)
- Detect missing name/password (
c4f8c54
)
- Add bs4 as dependency for install (
2a3c154
)