From 2547441e40c214d2155d01df67c9b41dcc270703 Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Thu, 30 Jun 2022 16:48:01 +1200 Subject: [PATCH] Remove min_save_interval config option (#2162) --- components/sensor/integration.rst | 1 - components/sensor/total_daily_energy.rst | 1 - 2 files changed, 2 deletions(-) diff --git a/components/sensor/integration.rst b/components/sensor/integration.rst index 5b6ef472d..de9dc7f44 100644 --- a/components/sensor/integration.rst +++ b/components/sensor/integration.rst @@ -38,7 +38,6 @@ Configuration variables: that the value can be restored upon power cycle or reboot. Warning: this option can wear out your flash. Defaults to ``false``. - **id** (*Optional*, :ref:`config-id`): Manually specify the ID used for code generation. -- **min_save_interval** (*Optional*, :ref:`config-time`): The minimum time span between saving updated values to storage. This is to keep wearout of memory low. Defaults to ``0s``. - All other options from :ref:`Sensor `. .. _sensor-integration-reset_action: diff --git a/components/sensor/total_daily_energy.rst b/components/sensor/total_daily_energy.rst index 36891f933..45729da14 100644 --- a/components/sensor/total_daily_energy.rst +++ b/components/sensor/total_daily_energy.rst @@ -41,7 +41,6 @@ Configuration variables: - **restore** (*Optional*, boolean): Whether to store the intermediate result on the device so that the value can be restored upon power cycle or reboot. Defaults to ``true``. -- **min_save_interval** (*Optional*, :ref:`config-time`): The minimum time span between saving updated values to storage. This is to keep wearout of memory low. Defaults to ``0s``. - **method** (*Optional*, string): The method to use for calculating the total daily energy. One of ``trapezoid``, ``left`` or ``right``. Defaults to ``right``. - All other options from :ref:`Sensor `.