You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tesla_ble_mqtt/rootfs/app/run.sh
+18-37Lines changed: 18 additions & 37 deletions
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ send_key() {
64
64
EXIT_STATUS=$?
65
65
set -e
66
66
if [ $EXIT_STATUS-eq 0 ];then
67
-
bashio::log.yellow"KEY SENT TO VEHICLE: PLEASE CHECK YOU TESLA'S SCREEN AND ACCEPT WITH YOUR CARD"
67
+
bashio::log.notice"KEY SENT TO VEHICLE: PLEASE CHECK YOU TESLA'S SCREEN AND ACCEPT WITH YOUR CARD"
68
68
break
69
69
else
70
70
bashio::log.error "tesla-control could not send the pubkey; make sure the car is awake and sufficiently close to the bluetooth device. Retrying in $SEND_CMD_RETRY_DELAY"
0 commit comments