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-update.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-update.yaml')
-rw-r--r-- | config/kauf-plug-update.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/kauf-plug-update.yaml b/config/kauf-plug-update.yaml index 5fa4940..f44fea9 100644 --- a/config/kauf-plug-update.yaml +++ b/config/kauf-plug-update.yaml @@ -21,3 +21,8 @@ esphome: # Allows saving wifi credentials across update. wifi: forced_hash: 1432266978 + + +# embed the web server's js file for binary update files +web_server: + local: true |