diff options
author | KaufHA <[email protected]> | 2022-12-08 09:14:48 -0700 |
---|---|---|
committer | KaufHA <[email protected]> | 2022-12-08 09:14:48 -0700 |
commit | 84d1535c1409fc7472a98e4abef5cf1a8ff39ee6 (patch) | |
tree | bebc49bf4a9abbdda681e581f2b91fc970208dce | |
parent | c5a3d94f86eae63a3daf9341fafd9e75740b67a4 (diff) | |
download | PLF10-84d1535c1409fc7472a98e4abef5cf1a8ff39ee6.tar.gz PLF10-84d1535c1409fc7472a98e4abef5cf1a8ff39ee6.zip |
change yaml interval for different option
-rw-r--r-- | kauf-plug-update.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kauf-plug-update.yaml b/kauf-plug-update.yaml index d181e3d..e5bfc6e 100644 --- a/kauf-plug-update.yaml +++ b/kauf-plug-update.yaml @@ -1,8 +1,10 @@ substitutions: project_ver_let: u default_button_config: Toggle on Release + sub_update_interval: 20s sub_pm_initial_option: 10s + packages: kauf_plug_base: !include kauf-plug.yaml @@ -15,9 +17,7 @@ esphome: name_add_mac_suffix: true -# re-adding wifi component to get forced hash +# add forced hash in update bin file which isn't needed for dashboard import. +# Allows saving wifi credentials across update. wifi: - - # add forced hash in update bin file which isn't needed for dashboard import. - # Allows saving wifi credentials across update. forced_hash: 1432266978 |