diff options
author | KaufHA <[email protected]> | 2024-06-19 14:16:47 -0700 |
---|---|---|
committer | KaufHA <[email protected]> | 2024-06-19 14:16:47 -0700 |
commit | 9e32218cdb6c5a99b2752535dba76a5b443a571f (patch) | |
tree | 7dfb05fddc655cab2db4d7a4e99a7dce6df1a7f9 /config/kauf-plug-lite.yaml | |
parent | a0b825e972562b78b38a7b85ea34b24f9052f9e7 (diff) | |
download | PLF10-9e32218cdb6c5a99b2752535dba76a5b443a571f.tar.gz PLF10-9e32218cdb6c5a99b2752535dba76a5b443a571f.zip |
use non-local js for web server
Diffstat (limited to 'config/kauf-plug-lite.yaml')
-rw-r--r-- | config/kauf-plug-lite.yaml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/config/kauf-plug-lite.yaml b/config/kauf-plug-lite.yaml index 5033ea5..01133df 100644 --- a/config/kauf-plug-lite.yaml +++ b/config/kauf-plug-lite.yaml @@ -15,7 +15,7 @@ substitutions: # https://esphome.io/components/esphome.html#esphome-creators-project project_name: Kauf.PLF10 - project_ver_num: "2.064" + project_ver_num: "2.068" project_ver_let: l # https://esphome.io/components/switch/gpio.html?highlight=restore_mode @@ -130,6 +130,8 @@ esphome: - script.execute: script_set_power_leds - script.execute: on_wifi_connect + min_version: 2024.6.0 + # https://esphome.io/components/wifi.html wifi: @@ -161,13 +163,16 @@ api: # https://esphome.io/components/ota.html ota: + platform: esphome on_error: - button.press: restart_button +safe_mode: + + # https://esphome.io/components/web_server.html web_server: - local: true # https://esphome.io/components/binary_sensor/index.html |