auto-commit
This commit is contained in:
@@ -25,7 +25,7 @@ substitutions:
|
||||
device_make: "Peak Control - Jan Kocoń"
|
||||
device_model: "ESP32-PoE Main-Hub"
|
||||
project_version: "1.1"
|
||||
log_level: "DEBUG"
|
||||
log_level: "INFO"
|
||||
static_ip: "10.10.0.5"
|
||||
gateway: "10.10.0.1"
|
||||
subnet: "255.255.255.0"
|
||||
@@ -63,16 +63,17 @@ esp32:
|
||||
logger:
|
||||
level: "${log_level}"
|
||||
logs:
|
||||
sensor: WARN
|
||||
atc_mithermometer: WARN
|
||||
esp32_ble_tracker: WARN
|
||||
ble_advertise: WARN
|
||||
text_sensor: WARN
|
||||
internal_temperature: WARN
|
||||
binary_sensor: WARN
|
||||
switch: WARN
|
||||
light: WARN
|
||||
component: WARN
|
||||
# Uncomment below when log_level is DEBUG to suppress noise:
|
||||
#sensor: WARN
|
||||
#text_sensor: WARN
|
||||
#internal_temperature: WARN
|
||||
#binary_sensor: WARN
|
||||
#switch: WARN
|
||||
#light: WARN
|
||||
#component: WARN
|
||||
|
||||
# Enable Home Assistant API
|
||||
api:
|
||||
|
||||
Reference in New Issue
Block a user