mirror of
https://github.com/syssi/esphome-votronic.git
synced 2025-07-23 04:23:02 +02:00
Make log level explicit
This commit is contained in:
@@ -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:
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -19,8 +19,12 @@ wifi:
|
||||
password: !secret wifi_password
|
||||
|
||||
ota:
|
||||
api:
|
||||
|
||||
logger:
|
||||
level: DEBUG
|
||||
|
||||
api:
|
||||
reboot_timeout: 0s
|
||||
|
||||
uart:
|
||||
baud_rate: 1000
|
||||
|
@@ -19,8 +19,12 @@ wifi:
|
||||
password: !secret wifi_password
|
||||
|
||||
ota:
|
||||
api:
|
||||
|
||||
logger:
|
||||
level: DEBUG
|
||||
|
||||
api:
|
||||
reboot_timeout: 0s
|
||||
|
||||
uart:
|
||||
baud_rate: 1000
|
||||
|
@@ -19,8 +19,12 @@ wifi:
|
||||
password: !secret wifi_password
|
||||
|
||||
ota:
|
||||
api:
|
||||
|
||||
logger:
|
||||
level: DEBUG
|
||||
|
||||
api:
|
||||
reboot_timeout: 0s
|
||||
|
||||
uart:
|
||||
baud_rate: 1000
|
||||
|
Reference in New Issue
Block a user