Clean-up for customizations
Clean up ESPHome in order to make easier the use of customizations.
This commit is contained in:
@@ -5,13 +5,9 @@
|
|||||||
##### For normal use with the Blueprint, no changes are necessary. #####
|
##### For normal use with the Blueprint, no changes are necessary. #####
|
||||||
#####################################################################################################
|
#####################################################################################################
|
||||||
|
|
||||||
|
|
||||||
substitutions:
|
substitutions:
|
||||||
##### ADVANCED CONFIGURATION - Please change this on your ESPHome yaml when needed #####
|
# Defaults
|
||||||
verbose_log: "false"
|
verbose_log: "false"
|
||||||
wifi_hidden: "false"
|
|
||||||
time_source: "homeassistant" # Either "homeassistant" or "sntp" are supported
|
|
||||||
##### END OF ADVANCED CONFIGURATION ####################################################
|
|
||||||
|
|
||||||
##### DON'T CHANGE THIS #####
|
##### DON'T CHANGE THIS #####
|
||||||
version: "4.0 dev"
|
version: "4.0 dev"
|
||||||
@@ -24,8 +20,8 @@ wifi:
|
|||||||
- id: wifi_default
|
- id: wifi_default
|
||||||
ssid: ${wifi_ssid}
|
ssid: ${wifi_ssid}
|
||||||
password: ${wifi_password}
|
password: ${wifi_password}
|
||||||
hidden: ${wifi_hidden}
|
|
||||||
power_save_mode: none
|
power_save_mode: none
|
||||||
|
fast_connect: true
|
||||||
ap:
|
ap:
|
||||||
ssid: "${device_name}"
|
ssid: "${device_name}"
|
||||||
password: ${wifi_password}
|
password: ${wifi_password}
|
||||||
@@ -80,8 +76,8 @@ uart:
|
|||||||
|
|
||||||
##### Keeps time display updated #####
|
##### Keeps time display updated #####
|
||||||
time:
|
time:
|
||||||
- platform: ${time_source}
|
- id: time_provider
|
||||||
id: time_provider
|
platform: homeassistant
|
||||||
on_time:
|
on_time:
|
||||||
- seconds: 0
|
- seconds: 0
|
||||||
then:
|
then:
|
||||||
@@ -132,6 +128,7 @@ button:
|
|||||||
##### START - API CONFIGURATION #####
|
##### START - API CONFIGURATION #####
|
||||||
api:
|
api:
|
||||||
id: api_server
|
id: api_server
|
||||||
|
reboot_timeout: 0s
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user