aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorKaufHA <[email protected]>2024-06-18 09:58:31 -0700
committerKaufHA <[email protected]>2024-06-18 09:58:31 -0700
commita0b825e972562b78b38a7b85ea34b24f9052f9e7 (patch)
tree379c39db4ae7494c2972dcd1cdda31825b8b02cb
parent9d88b8b0ac4c10a5993e0fe694f1bf17070f6af2 (diff)
downloadPLF10-a0b825e972562b78b38a7b85ea34b24f9052f9e7.tar.gz
PLF10-a0b825e972562b78b38a7b85ea34b24f9052f9e7.zip
update for esphome 2024.6
-rw-r--r--config/.gitignore5
-rw-r--r--config/kauf-plug-update.yaml2
-rw-r--r--kauf-plug.yaml10
3 files changed, 13 insertions, 4 deletions
diff --git a/config/.gitignore b/config/.gitignore
new file mode 100644
index 0000000..d8b4157
--- /dev/null
+++ b/config/.gitignore
@@ -0,0 +1,5 @@
+# Gitignore settings for ESPHome
+# This is an example and may include too much for your use-case.
+# You can modify this file to suit your needs.
+/.esphome/
+/secrets.yaml
diff --git a/config/kauf-plug-update.yaml b/config/kauf-plug-update.yaml
index e5bfc6e..5fa4940 100644
--- a/config/kauf-plug-update.yaml
+++ b/config/kauf-plug-update.yaml
@@ -6,7 +6,7 @@ substitutions:
packages:
- kauf_plug_base: !include kauf-plug.yaml
+ kauf_plug_base: !include ../kauf-plug.yaml
dashboard_import:
diff --git a/kauf-plug.yaml b/kauf-plug.yaml
index c8b87f8..f573790 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.066"
+ project_ver_num: "2.067"
project_ver_let: y
# https://esphome.io/components/switch/gpio.html?highlight=restore_mode
@@ -143,7 +143,7 @@ esphome:
- script.execute: script_set_power_leds
- script.execute: on_wifi_connect
- min_version: 2024.5.0
+ min_version: 2024.6.0
# https://esphome.io/components/external_components.html
@@ -151,7 +151,7 @@ external_components:
- source:
type: git
url: https://github.com/KaufHA/common
- ref: v2024.05.20
+ ref: v2024.06.18
refresh: never
@@ -185,10 +185,14 @@ 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