|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 0.2.0 |
| 4 | + |
| 5 | +### <p>**WARNING WARNING WARNING**<br> |
| 6 | +Upgrading from 0.0.10 or previous? DO NOT UPGRADE PRIOR TO READ THE 0.1.0 UPGRADE INSTRUCTIONS.</p> |
| 7 | + |
| 8 | +### <p>**BREAKING CHANGE**<br> |
| 9 | +On/off and Open/Close entities have been grouped under switches and covers.</p> |
| 10 | +/!\ It will affect your current Home Assistant MQTT entities (if you use them) |
| 11 | + |
| 12 | + | Old Entity Name | New Entity Name | |
| 13 | + |:------------------|:-------------------------| |
| 14 | + | windows-close | windows (open/close) | |
| 15 | + | windows-vent | " | |
| 16 | + | charging-start | charger (start/stop) | |
| 17 | + | charging-stop | " | |
| 18 | + | charge-port-open | charge-port (open/close) | |
| 19 | + | charge-port-close | " | |
| 20 | + | climate-on | climate (on/off) | |
| 21 | + | climate-off | " | |
| 22 | + | trunk-open | trunk (open/close) | |
| 23 | + | trunk-close | " | |
| 24 | + |
| 25 | + |
| 26 | +### Changed |
| 27 | + |
| 28 | +- NEW Feature: Car's BLE MAC address is now auto-detected |
| 29 | +- NEW Feature: Info Bluetooth Adapter, view in add-on's Log tab |
| 30 | +- NEW Feature: Added more car specific commands; see below for the list |
| 31 | +- NEW Feature: Migrated buttons to covers and switches |
| 32 | +- NEW: Icons were added in the UI! |
| 33 | +- CHG: Increased tesla-control command-timeout from 5s to 20s |
| 34 | +- CHG: Removed Setting ble\_mac\_list; obsoleted by BLE MAC address auto-detection |
| 35 | +- CHG: Removed scan-bleln-macaddr, obsoleted by BLE MAC address auto-detection |
| 36 | + |
| 37 | +- Added commands |
| 38 | + |
| 39 | + | Commands | Note | |
| 40 | + |:------------------|:---------------| |
| 41 | + | autosecure-modelx | Model X | |
| 42 | + | auto-seat-and-climate | | |
| 43 | + | body-controller-state | | |
| 44 | + | drive | | |
| 45 | + | flash-lights | | |
| 46 | + | frunk-open | | |
| 47 | + | honk | | |
| 48 | + | lock | | |
| 49 | + | media-toggle-playback | | |
| 50 | + | tonneau-close | Cybertruck | |
| 51 | + | tonneau-open | Cybertruck | |
| 52 | + | tonneau-stop | Cybertruck | |
| 53 | + | trunk-close | | |
| 54 | + | trunk-move | | |
| 55 | + | trunk-open | | |
| 56 | + | unlock | | |
| 57 | + |
| 58 | +## 0.1.2 |
| 59 | + |
| 60 | +### Changed |
| 61 | + |
| 62 | +- CHG: Fix allow empty setting BLE MAC addr (Docker standalone) |
| 63 | + |
3 | 64 | ## 0.1.1 |
4 | 65 |
|
5 | 66 | ### Changed |
6 | 67 |
|
7 | | -<p>WARNING WARNING WARNING<br> |
8 | | -DO NOT UPGRADE PRIOR TO READ THE 0.1.0 UPGRADE INSTRUCTIONS<br> |
9 | | -WARNING WARNING WARNING</p> |
10 | | - |
11 | 68 | - CHG: Fix upgrade forcing to redeploy the key to the car |
12 | 69 |
|
13 | 70 | ## 0.1.0 |
|
0 commit comments