diff options
author | Kaufman Home Automation <[email protected]> | 2022-05-10 14:05:30 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2022-05-10 14:05:30 -0700 |
commit | f86dfd9128d5576ed8a191e2157526664caa0d2b (patch) | |
tree | af5dc27388747f110c687d34831168873b4189af /README.md | |
parent | 3326e2e127f97dcf87b75d1043f8c3663e49ce43 (diff) | |
download | PLF10-f86dfd9128d5576ed8a191e2157526664caa0d2b.tar.gz PLF10-f86dfd9128d5576ed8a191e2157526664caa0d2b.zip |
add debounce to tasmota template
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -100,7 +100,7 @@ If you are still getting errors after upgrading the ESPHome dashboard to the lat ## Recommended Tasmota Template ``` -{"NAME":"KAUF Plug","GPIO":[576,0,320,0,224,2720,0,0,2624,32,2656,0,0,0],"FLAG":0,"BASE":18} +{"NAME":"KAUF Plug","GPIO":[576,0,320,0,224,2720,0,0,2624,32,2656,0,0,0],"FLAG":0,"BASE":18, "CMND":"SwitchDebounce 100"} ``` ## Links |