yaml tidyups and warning removals
This commit is contained in:
@@ -33,7 +33,7 @@ substitutions:
|
||||
static_ip_address: !secret esp-garageentrylights_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: "60s" # update time for for general sensors etc
|
||||
|
||||
# Default relay restore mode
|
||||
@@ -82,6 +82,15 @@ packages:
|
||||
#diag_debug: !include common/include_debug_diag_sensors.yaml
|
||||
#diag_resetcount: !include common/include_resetcount_diag_sensors.yaml
|
||||
|
||||
# Package item removals
|
||||
wifi:
|
||||
min_auth_mode: !remove # The WPA2 only works on esp32/8266
|
||||
reboot_timeout: 15min # override the selection from from the common package
|
||||
fast_connect: false # (optional) force off, in case package vars change
|
||||
|
||||
mqtt:
|
||||
keepalive: 15s # overriding the value from the common package
|
||||
|
||||
#############################################
|
||||
# ESPHome
|
||||
# https://esphome.io/components/esphome.html
|
||||
@@ -99,6 +108,9 @@ esphome:
|
||||
# then:
|
||||
# - switch.turn_on: Relay_3
|
||||
|
||||
mdns:
|
||||
disabled: true
|
||||
|
||||
#############################################
|
||||
# BUILD FOR BK CHIPSET
|
||||
# bk72xx
|
||||
|
||||
Reference in New Issue
Block a user