Skip to content

Commit 87b68ab

Browse files
authored
bump _core 0.1.1 7d25ce80a2 (#84)
1 parent 9bb747e commit 87b68ab

File tree

3 files changed

+29
-25
lines changed

3 files changed

+29
-25
lines changed

tesla_ble_mqtt/CHANGELOG.md

Lines changed: 27 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,36 @@
11
# Changelog
22

3+
## 0.1.1
4+
5+
### Changed
6+
7+
- CHG: Fix upgrade forcing to redeploy the key to the car
8+
39
## 0.1.0
410

5-
### BREAKING CHANGE
11+
### Changed
612

7-
**!!! WARNING WARNING WARNING !!!**
8-
**DO NOT UPGRADE PRIOR TO READ THE BELOW UPGRADE INSTRUCTIONS, SEE AFTER LIST OF CHANGES**
9-
**!!! WARNING WARNING WARNING !!!**
13+
<p>WARNING WARNING WARNING<br>
14+
DO NOT UPGRADE PRIOR TO READ THE BELOW UPGRADE INSTRUCTIONS, SEE AFTER LIST OF CHANGES<br>
15+
WARNING WARNING WARNING</p>
1016

11-
#### Upgrade Instructions & ${\textsf{\color{red}BREAKING CHANGES}}$
17+
- NEW Feature: Support for unlimited cars (VINs + MAC Addrs)
18+
- NEW Setting: BLE Proximity Detection TTL; helps reduce false negative presence with sporadic BLE advertisement (0 to disable)
19+
- NEW Feature: Added "debug" entity which sends only one charge amps command: Issue [#19](https://github.com/tesla-local-control/tesla_ble_mqtt_core/issues/19)
20+
- NEW Feature: Device's cards and buttons are made visible based on logic that takes into account the state of generated keys, sent and accepted public key by the vehicle.
21+
- NEW Setting: Presence Detection Loop Delay (how often to check the presence of your car(s))
22+
- NEW Setting: Toggle to enable/disable Home Assistant Features (Standalone version only)
23+
- CHG: Improved presence detection reliability (using car's MAC addr and BLE Local Name)
24+
- CHG: Added retry functionality on MQTT publish failure (service/network issue)
25+
- CHG: Rename entities for consistency & better wording (see table below)
26+
- CHG: Code Quality Linting (shellcheck & shfmt) [ @epenet ]
27+
- CHG: Support bashio::log w/ timestamp (HA add-on)
28+
- CHG: Reduce logging; Improved colors consistency; More to be removed in next release
29+
- CHG: Add bluez-deprecated pkg (ciptool hciattach hciconfig hcidump hcitool meshctl rfcomm sdptool)
30+
- CHG: Refactor MQTT listener; removed blocking event
31+
- WARNING: [BLE device possible overheating](https://github.com/tesla-local-control/tesla-local-control-addon/issues/27) causing performance issues
32+
33+
#### Upgrade Instructions & **BREAKING CHANGES**
1234
- **Before update** save your configuration values (VIN, MAC address and MQTT values)
1335
- You will need to adjust your configuration
1436
- Now supports **list** of VINS and MAC addresses.
@@ -30,24 +52,6 @@
3052
| heated_seat_right | heater-seat-front-right* |
3153
| sw_heater | steering-wheel-heater |
3254
\* in preparation "someday" for rear seats
33-
34-
### Changed
35-
36-
- NEW Feature: Support for unlimited cars (VINs + MAC Addrs)
37-
- NEW Setting: BLE Proximity Detection TTL; helps reduce false negative presence with sporadic BLE advertisement (0 to disable)
38-
- NEW Feature: Added "debug" entity which sends only one charge amps command: Issue [#19](https://github.com/tesla-local-control/tesla_ble_mqtt_core/issues/19)
39-
- NEW Feature: Device's cards and buttons are made visible based on logic that takes into account the state of generated keys, sent and accepted public key by the vehicle.
40-
- NEW Setting: Presence Detection Loop Delay (how often to check the presence of your car(s))
41-
- NEW Setting: Toggle to enable/disable Home Assistant Features (Standalone version only)
42-
- CHG: Improved presence detection reliability (using car's MAC addr and BLE Local Name)
43-
- CHG: Added retry functionality on MQTT publish failure (service/network issue)
44-
- CHG: Rename entities for consistency & better wording (see table below)
45-
- CHG: Code Quality Linting (shellcheck & shfmt) [ @epenet contribution TY ]
46-
- CHG: Support bashio::log w/ timestamp (HA add-on)
47-
- CHG: Reduce logging; Improved colors consistency; More to be removed in next release
48-
- CHG: Add bluez-deprecated pkg (ciptool hciattach hciconfig hcidump hcitool meshctl rfcomm sdptool)
49-
- CHG: Refactor MQTT listener; removed blocking event
50-
- WARNING: [BLE device possible overheating](https://github.com/tesla-local-control/tesla-local-control-addon/issues/27) causing performance issues
5155

5256
#### Contributors - Thank you!
5357
- @epenet Code Quality Linting

tesla_ble_mqtt/app

tesla_ble_mqtt/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: "Tesla Local Commands"
2-
version: "0.1.0"
2+
version: "0.1.1"
33
slug: "tesla_local_commands"
44
description: "Local BLE calls to control your Tesla."
55
url: "https://github.com/tesla-local-control/tesla-local-control-addon"

0 commit comments

Comments
 (0)