various tidyups and esphome adds

This commit is contained in:
root
2026-02-23 21:01:07 +13:00
parent 83e4040b84
commit 61b0c64a1e
28 changed files with 4052 additions and 3808 deletions
+6 -6
View File
@@ -73,8 +73,8 @@ substitutions:
static_ip_address: !secret esp-poollightpower2_ip
# Device Settings
log_level: "NONE" # Define logging level: NONE, ERROR, WARN, INFO, DEBUG (Default), VERBOSE, VERY_VERBOSE
update_interval: "10s" # update time for for general sensors etc
log_level: "DEBUG" # Define logging level: NONE, ERROR, WARN, INFO, DEBUG (Default), VERBOSE, VERY_VERBOSE
update_interval: "60s" # update time for for general sensors etc
# Device Settings
relay_icon: "mdi:power-socket-au"
@@ -178,13 +178,13 @@ esphome:
project:
name: "${project_name}"
version: "${project_version}"
#platformio_options:
platformio_options:
# build_unflags:
# - -std=gnu++20
# - -std=gnu++2a
# build_flags:
build_flags:
# - -std=gnu++11
# - -Os
- -Os
# - -Wl,--gc-sections
# - -fno-exceptions
# - -fno-rtti
@@ -203,7 +203,7 @@ preferences:
flash_write_interval: 10min
mdns:
disabled: true # binary size saving
disabled: False # binary size saving
##########################################################################################
# ESPHome Logging Enable