-
Notifications
You must be signed in to change notification settings - Fork 0
/
common.yaml
44 lines (37 loc) · 1.4 KB
/
common.yaml
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
40
41
42
43
44
# +---------------------------------------------+
# | ESPHome prepare |
# +---------------------------------------------+
# LOG_LEVELS: NONE < ERROR < WARN < INFO < DEBUG < VERBOSE < VERY_VERBOSE
logger:
level: DEBUG
ota:
- platform: esphome
# on_begin:
# then:
# - switch.turn_off: ble_client_switch0
# - logger.log: "BLE connection suspended for OTA update"
# password: !secret ota_password
# Please use the native `api` component instead of the `mqtt` section.
# If you use Home Assistant, the native API is more lightweight.
# If there is no HA server connected to this API, the ESP32 reboots every 15 minutes to try to resolve the problem.
# If you don't use Home Assistant please uncomment the "reboot_timeout: 0s" option.
api:
reboot_timeout: 0s
# In the event of problems with the WiFi network, the ESP32 will reboot every 15 minutes to try to resolve the problem.
# If we don't want to connect the ESP32 to the WiFi network please remove the 4 lines below.
wifi:
ssid: !secret wifi_ssid
password: !secret wifi_password
domain: !secret domain
# ap:
# ssid: "ESP-JK-CAN Fallback"
# password: "12345678"
# captive_portal:
# web_server:
# version: 3
# # auth:
# # username: !secret web_server_username
# # password: !secret web_server_password
# log: false
# # ota: false
# # local: true