diff options
author | KaufHA <[email protected]> | 2024-05-20 14:47:43 -0700 |
---|---|---|
committer | KaufHA <[email protected]> | 2024-05-20 14:47:43 -0700 |
commit | 9d88b8b0ac4c10a5993e0fe694f1bf17070f6af2 (patch) | |
tree | 4bd4bd311af5f1c283052495d1da90084ee8498e /kauf-plug.yaml | |
parent | 0703d6342d2edd4fea7eb9b36a1fd8d34c2ee436 (diff) | |
download | PLF10-9d88b8b0ac4c10a5993e0fe694f1bf17070f6af2.tar.gz PLF10-9d88b8b0ac4c10a5993e0fe694f1bf17070f6af2.zip |
implement web_server workaround
Diffstat (limited to 'kauf-plug.yaml')
-rw-r--r-- | kauf-plug.yaml | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/kauf-plug.yaml b/kauf-plug.yaml index 9bb88fd..c8b87f8 100644 --- a/kauf-plug.yaml +++ b/kauf-plug.yaml @@ -15,7 +15,7 @@ substitutions: # https://esphome.io/components/esphome.html#esphome-creators-project project_name: Kauf.PLF10 - project_ver_num: "2.065" + project_ver_num: "2.066" project_ver_let: y # https://esphome.io/components/switch/gpio.html?highlight=restore_mode @@ -151,13 +151,7 @@ external_components: - source: type: git url: https://github.com/KaufHA/common - ref: v2024.05.13 - refresh: never - - source: - type: git - url: https://github.com/KaufHA/common - ref: v2024.04.16 - components: [web_server, web_server_base] + ref: v2024.05.20 refresh: never |