diff options
author | Kaufman Home Automation <[email protected]> | 2023-04-20 16:32:00 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2023-04-20 16:32:00 -0700 |
commit | 35ac1c03a344b89c163e86dcd27f6fa1a76a726d (patch) | |
tree | ab7eff74fa12cb6efb8a2c14cd775d21a8cecdab | |
parent | a015d76aadb31ddfb0787e1394f02a139011d5f5 (diff) | |
download | PLF10-35ac1c03a344b89c163e86dcd27f6fa1a76a726d.tar.gz PLF10-35ac1c03a344b89c163e86dcd27f6fa1a76a726d.zip |
bump version for bug fix in common components
-rw-r--r-- | kauf-plug.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kauf-plug.yaml b/kauf-plug.yaml index 7cd4002..6983756 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.023" + project_ver_num: "2.024" project_ver_let: y # https://esphome.io/components/switch/gpio.html?highlight=restore_mode @@ -138,7 +138,7 @@ external_components: - source: type: git url: https://github.com/KaufHA/common - ref: v2023.04.18 + ref: v2023.04.20 refresh: never |