diff options
author | KaufHA <[email protected]> | 2023-06-03 12:47:10 -0700 |
---|---|---|
committer | KaufHA <[email protected]> | 2023-06-03 12:47:10 -0700 |
commit | f2270560caa1a229c840052008211f2198a4e119 (patch) | |
tree | ec5d82590f8b7b4cf200c7dda729842370d2cc1c | |
parent | e79d76eb14d260a06ec8a1f16cf7a7910ffc2728 (diff) | |
download | PLF10-f2270560caa1a229c840052008211f2198a4e119.tar.gz PLF10-f2270560caa1a229c840052008211f2198a4e119.zip |
add sub for hlw timeout
-rw-r--r-- | kauf-plug.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kauf-plug.yaml b/kauf-plug.yaml index 064948f..fca4725 100644 --- a/kauf-plug.yaml +++ b/kauf-plug.yaml @@ -74,6 +74,8 @@ substitutions: sub_update_interval: 10s sub_pm_initial_option: YAML Configured ($sub_update_interval) + sub_hlw_timeout: 9s + # for early sensor publishing sub_early_publish_percent: "25" sub_early_publish_percent_min_power: "0.5" @@ -482,6 +484,7 @@ sensor: # Power monitoring sensors output to Home Assistant update_interval: $sub_update_interval + timeout: $sub_hlw_timeout early_publish_percent: $sub_early_publish_percent early_publish_percent_min_power: $sub_early_publish_percent_min_power early_publish_absolute: $sub_early_publish_absolute |