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-minimal.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-minimal.yaml')
-rw-r--r-- | config/kauf-plug-minimal.yaml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/config/kauf-plug-minimal.yaml b/config/kauf-plug-minimal.yaml index bd0f24e..79e821b 100644 --- a/config/kauf-plug-minimal.yaml +++ b/config/kauf-plug-minimal.yaml @@ -49,7 +49,9 @@ esphome: # https://esphome.io/components/esphome.html#esphome-creators-project project: name: "Kauf.PLF10" - version: "2.064(m)" + version: "2.068(m)" + + min_version: 2024.6.0 # https://esphome.io/components/esp8266.html @@ -77,6 +79,8 @@ web_server: # https://esphome.io/components/web_server.html logger: # https://esphome.io/components/logger.html api: # https://esphome.io/components/api.html ota: # https://esphome.io/components/ota.html + platform: esphome +safe_mode: # https://esphome.io/components/status_led.html |