Make log level explicit

This commit is contained in:
Sebastian Muszynski
2023-04-13 13:12:42 +02:00
parent 53ba087d40
commit 6c3c0ced7c
7 changed files with 39 additions and 15 deletions

View File

@@ -25,17 +25,20 @@ wifi:
password: !secret wifi_password
ota:
logger:
level: DEBUG
# If you use Home Assistant please remove this `mqtt` section and uncomment the native `api` component!
# api:
# If you use Home Assistant please remove this `mqtt` section and uncomment the `api` component!
# The native API has many advantages over MQTT: https://esphome.io/components/api.html#advantages-over-mqtt
mqtt:
broker: !secret mqtt_host
username: !secret mqtt_username
password: !secret mqtt_password
id: mqtt_client
# api:
esp32_ble_tracker:
io_capability: keyboard_only
on_ble_advertise:

View File

@@ -25,17 +25,20 @@ wifi:
password: !secret wifi_password
ota:
logger:
level: DEBUG
# If you use Home Assistant please remove this `mqtt` section and uncomment the native `api` component!
# api:
# If you use Home Assistant please remove this `mqtt` section and uncomment the `api` component!
# The native API has many advantages over MQTT: https://esphome.io/components/api.html#advantages-over-mqtt
mqtt:
broker: !secret mqtt_host
username: !secret mqtt_username
password: !secret mqtt_password
id: mqtt_client
# api:
uart:
- id: uart0
baud_rate: 1000

View File

@@ -25,17 +25,20 @@ wifi:
password: !secret wifi_password
ota:
logger:
level: DEBUG
# If you use Home Assistant please remove this `mqtt` section and uncomment the native `api` component!
# api:
# If you use Home Assistant please remove this `mqtt` section and uncomment the `api` component!
# The native API has many advantages over MQTT: https://esphome.io/components/api.html#advantages-over-mqtt
mqtt:
broker: !secret mqtt_host
username: !secret mqtt_username
password: !secret mqtt_password
id: mqtt_client
# api:
uart:
- id: uart0
baud_rate: 1000

View File

@@ -25,17 +25,20 @@ wifi:
password: !secret wifi_password
ota:
logger:
level: DEBUG
# If you use Home Assistant please remove this `mqtt` section and uncomment the native `api` component!
# api:
# If you use Home Assistant please remove this `mqtt` section and uncomment the `api` component!
# The native API has many advantages over MQTT: https://esphome.io/components/api.html#advantages-over-mqtt
mqtt:
broker: !secret mqtt_host
username: !secret mqtt_username
password: !secret mqtt_password
id: mqtt_client
# api:
uart:
- id: uart0
baud_rate: 1000

View File

@@ -19,8 +19,12 @@ wifi:
password: !secret wifi_password
ota:
api:
logger:
level: DEBUG
api:
reboot_timeout: 0s
uart:
baud_rate: 1000

View File

@@ -19,8 +19,12 @@ wifi:
password: !secret wifi_password
ota:
api:
logger:
level: DEBUG
api:
reboot_timeout: 0s
uart:
baud_rate: 1000

View File

@@ -19,8 +19,12 @@ wifi:
password: !secret wifi_password
ota:
api:
logger:
level: DEBUG
api:
reboot_timeout: 0s
uart:
baud_rate: 1000