Generic LED esphome controller V1.1
This commit is contained in:
@@ -70,7 +70,7 @@ substitutions:
|
||||
static_ip_address: !secret esp-poollightpower_ip
|
||||
|
||||
# Device Settings
|
||||
log_level: "INFO" # Define logging level: NONE, ERROR, WARN, INFO, DEBUG (Default), VERBOSE, VERY_VERBOSE
|
||||
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
|
||||
|
||||
# Device Settings
|
||||
@@ -133,6 +133,16 @@ esphome:
|
||||
project:
|
||||
name: "${project_name}"
|
||||
version: "${project_version}"
|
||||
#platformio_options:
|
||||
# build_unflags:
|
||||
# - -std=gnu++20
|
||||
# - -std=gnu++2a
|
||||
# build_flags:
|
||||
# - -std=gnu++11
|
||||
# - -Os
|
||||
# - -Wl,--gc-sections
|
||||
# - -fno-exceptions
|
||||
# - -fno-rtti
|
||||
|
||||
##########################################################################################
|
||||
# ESP Platform and Framework
|
||||
@@ -141,12 +151,14 @@ esphome:
|
||||
esp8266:
|
||||
board: esp8285
|
||||
restore_from_flash: true # mainly for calculating cumulative energy, but not that important here
|
||||
#framework:
|
||||
# version: 2.7.4
|
||||
|
||||
preferences:
|
||||
flash_write_interval: 10min
|
||||
|
||||
mdns:
|
||||
disabled: false
|
||||
disabled: True # binary size saving
|
||||
|
||||
##########################################################################################
|
||||
# ESPHome Logging Enable
|
||||
|
Reference in New Issue
Block a user