diff options
author | KaufHA <[email protected]> | 2024-05-13 19:41:14 -0700 |
---|---|---|
committer | KaufHA <[email protected]> | 2024-05-13 19:41:14 -0700 |
commit | 806297cbcaac25d41e689e3167624f6882297abe (patch) | |
tree | 28bbe1a7cc7740d344e4006f85b3d07e7a98250e /kauf-plug.yaml | |
parent | a1f6118db337a1a70967092d930026f2bf740795 (diff) | |
download | PLF10-806297cbcaac25d41e689e3167624f6882297abe.tar.gz PLF10-806297cbcaac25d41e689e3167624f6882297abe.zip |
bump components for esphome 2024.5.0
Diffstat (limited to 'kauf-plug.yaml')
-rw-r--r-- | kauf-plug.yaml | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/kauf-plug.yaml b/kauf-plug.yaml index 322627e..b2be14f 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.063" + project_ver_num: "2.064" project_ver_let: y # https://esphome.io/components/switch/gpio.html?highlight=restore_mode @@ -149,7 +149,7 @@ external_components: - source: type: git url: https://github.com/KaufHA/common - ref: v2024.04.16 + ref: v2024.05.13 refresh: never @@ -160,9 +160,6 @@ wifi: ssid: initial_ap # !secret wifi_ssid password: asdfasdfasdfasdf # !secret wifi_password - # using fast_connect as default since it is required for hidden networks. - fast_connect: true - # enable wifi ap with ridiculous timeout so it does not normally turn on. ap: ap_timeout: 2147483647ms # maximum 32 bit value. About 3.5 weeks in milliseconds. @@ -329,7 +326,7 @@ script: - lambda: |- ESP_LOGD("KAUF on_boot","------------------->>>>>>>>>>>>>>>>> wifi connected, cranking ap timeout back up"); - wifi_wificomponent->set_ap_timeout(2147483647); + wifi_wificomponent_id->set_ap_timeout(2147483647); - id: script_force_ap then: |