-
-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathtesla-ble.example.yml
More file actions
39 lines (34 loc) · 2.1 KB
/
tesla-ble.example.yml
File metadata and controls
39 lines (34 loc) · 2.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
substitutions:
friendly_name: Tesla BLE
device_name: tesla-ble
device_description: Tesla BLE
ble_mac_address: !secret ble_mac_address
tesla_vin: !secret tesla_vin
charging_amps_max: "32"
# The following shows the default board and variant settings. Uncomment and change them if they are not appropriate for your board:
#board: "esp32dev"
#variant: "ESP32"
api:
encryption:
key: xxxxxxxxxxxxx= # use "key: !secret your_secret_key_name" for greater security
packages:
base: github://PedroKTFC/esphome-tesla-ble/packages/base.yml
common: github://PedroKTFC/esphome-tesla-ble/packages/common.yml
project: github://PedroKTFC/esphome-tesla-ble/packages/project.yml
client: github://PedroKTFC/esphome-tesla-ble/packages/client.yml
# listener: github://PedroKTFC/esphome-tesla-ble/packages/listener.yml # Uncomment this to scan find your VIN BLE MAC address
# The following shows how to change the name of a sensor and how to change any of the parameters.
# tesla_ble_vehicle: # THIS LINE MUST BE UNCOMMENTED IF ANY OF THE CHANGES BELOW ARE WANTED
# You can change any sensor name in Home Assistant. However you can also change them here if it is more convenient for you.
# For a list of all sensors etc, see the file client.yml in the packages directory.
# odometer: # miles by default, edit the entity in home assistant if you need km
# name: "Odometro" # Rename if desired
# End of renaming
# At the time of writing, these are set to the default values. If you require a different value, uncomment and edit the value
# update_interval: 10s # Base polling interval, used for VCSEC sensors
# post_wake_poll_time: 300 # How long to poll for data after car awakes at poll_data_period speed (s)
# poll_data_period: 60 # Polling interval after awakening during post_wake_poll_time interval (s)
# poll_charging_period: 10 # Period to poll for data when charging (s)
# poll_asleep_period: 60 # Period to poll for data when asleep (s)
# ble_disconnected_min_time: 300 # Minimum time BLE must be disconnected before sensors are Unknown (s)
# fast_poll_if_unlocked: 1 # if != 0, fast polls are enabled when unlocked