diff --git a/components/output/slow_pwm.rst b/components/output/slow_pwm.rst index c23d5b7d4..ccb3781ca 100644 --- a/components/output/slow_pwm.rst +++ b/components/output/slow_pwm.rst @@ -37,7 +37,9 @@ Configuration variables: - **state_change_action** (*Optional*, :ref:`Automation `): An automation to perform when the load is switched. If a lambda is used the boolean ``state`` parameter holds the new status. - **turn_on_action** (*Optional*, :ref:`Automation `): An automation to perform when the load is turned on. Can be used to control for example a switch or output component. - **turn_off_action** (*Optional*, :ref:`Automation `): An automation to perform when the load is turned off. ``turn_on_action`` and ``turn_off_action`` must be configured together. - +- **restart_cycle_on_state_change** (*Optional*, boolean): Restart a timer of a cycle + when new state is set. Defaults to ``false``. + - All other options from :ref:`Output `.