diff options
author | KaufHA <[email protected]> | 2023-07-03 15:38:01 -0700 |
---|---|---|
committer | KaufHA <[email protected]> | 2023-07-03 15:38:01 -0700 |
commit | e5bf718f4f8c582838fbfbee3f5a30c4b88a4135 (patch) | |
tree | fddcab9f0a1613efd6dc993f4f1517ec5911d144 | |
parent | 68bc7f755df7892dd1ffbc0f127c09a05d2b156a (diff) | |
download | PLF10-e5bf718f4f8c582838fbfbee3f5a30c4b88a4135.tar.gz PLF10-e5bf718f4f8c582838fbfbee3f5a30c4b88a4135.zip |
default early publish to off
-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 7af8775..b5f9f76 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.05" + project_ver_num: "2.051" project_ver_let: y # https://esphome.io/components/switch/gpio.html?highlight=restore_mode @@ -447,7 +447,7 @@ switch: forced_hash: 1334841795 forced_addr: 62 global_addr: global_forced_addr - restore_mode: RESTORE_DEFAULT_ON + restore_mode: RESTORE_DEFAULT_OFF - platform: template |