From 0e4bf58c436c07a1fb2b91b6890c09db4c2e601d Mon Sep 17 00:00:00 2001 From: Guy Parisi Date: Mon, 25 Jun 2018 03:16:49 -0700 Subject: [PATCH] Update Restore State language (#5597) I found it difficult to understand restore state at first. Once I found out that I /didn't/ need to do anything it became obvious what the paragraph was going for. I've re-written the language from a "what do you need to do" perspective rather than a "this is why you don't need to do anything" perspective. --- source/_components/input_boolean.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/input_boolean.markdown b/source/_components/input_boolean.markdown index b2b23aeeff0..68f75566ba4 100644 --- a/source/_components/input_boolean.markdown +++ b/source/_components/input_boolean.markdown @@ -47,7 +47,7 @@ input_boolean: ### {% linkable_title Restore State %} -This component supports the `restore_state` function which restores the state after Home Assistant has started to the value it has been before Home Assistant stopped. To use this feature please make sure that the [`recorder`](/components/recorder/) component is enabled and your entity does not have a value set for `initial`. Additional information can be found in the [Restore state](/components/recorder/#restore-state) section of the [`recorder`](/components/recorder/) component documentation. +This component will automatically restore the state it had prior to Home Assistant stopping as long as you have the `recorder` component enabled and your entity does **not** have a set value for `initial`. To disable this feature, set a valid value for `initial`. Additional information can be found in the [Restore state](/components/recorder/#restore-state) section of the [`recorder`](/components/recorder/) component documentation. ## {% linkable_title Automation Examples %}