-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsecrets.yaml.example
More file actions
26 lines (23 loc) · 1.3 KB
/
Copy pathsecrets.yaml.example
File metadata and controls
26 lines (23 loc) · 1.3 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
# =============================================================================
# secrets.yaml — copy this file to `secrets.yaml` and fill in your values.
#
# This file is a TEMPLATE of placeholders only. It is safe to commit.
# Your real `secrets.yaml` (with actual values) is git-ignored and never
# leaves your machine. ESPHome reads `secrets.yaml` from the same folder
# as the config you compile.
# =============================================================================
# ---- API + OTA (always required) --------------------------------------------
# Generate an ESPHome API key: https://esphome.io/components/api.html
api_key: "REPLACE_WITH_GENERATED_BASE64_API_KEY=="
ota_pass: "REPLACE_WITH_OTA_PASSWORD"
recovery_pass: "REPLACE_WITH_FALLBACK_HOTSPOT_PASSWORD"
# ---- WiFi (only for TCL-Conditioner.yaml / packages/wifi.yaml) -------------
wifi_ssid: "REPLACE_WITH_WIFI_SSID"
wifi_password: "REPLACE_WITH_WIFI_PASSWORD"
# ---- Thread (only for TCL-Conditioner-thread.yaml / packages/openthread.yaml)
# Get these from your Thread Commissioner / Border Router
# (Home Assistant Connect ZBT-1, Apple HomePod, etc.)
thread_ext_pan_id: "dead00beef00cafe"
thread_network_key: "00112233445566778899aabbccddeeff"
thread_pskc: "00112233445566778899aabbccddeeff"
thread_mesh_local_prefix: "fdde:ad00:beef:0::/64"