auto-commit

This commit is contained in:
2026-04-18 01:39:05 +02:00
parent 5c64dfe962
commit 5803bd7d84
2 changed files with 308 additions and 8 deletions

View File

@@ -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: