From a0b825e972562b78b38a7b85ea34b24f9052f9e7 Mon Sep 17 00:00:00 2001 From: KaufHA Date: Tue, 18 Jun 2024 09:58:31 -0700 Subject: update for esphome 2024.6 --- config/.gitignore | 5 +++++ config/kauf-plug-update.yaml | 2 +- kauf-plug.yaml | 10 +++++++--- 3 files changed, 13 insertions(+), 4 deletions(-) create mode 100644 config/.gitignore 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 -- cgit v1.2.3