From a5260ab676b6403abd80450b81c8590714a51587 Mon Sep 17 00:00:00 2001 From: boc-the-git <3479092+boc-the-git@users.noreply.github.com> Date: Sat, 10 Oct 2020 02:07:08 +1100 Subject: [PATCH] Remove redundant word, improve readability (#15045) --- source/_integrations/counter.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/counter.markdown b/source/_integrations/counter.markdown index 2aafbf0812c..7b0dd25e088 100644 --- a/source/_integrations/counter.markdown +++ b/source/_integrations/counter.markdown @@ -68,7 +68,7 @@ Pick an icon that you can find on [materialdesignicons.com](https://materialdesi ### Restore State -This integration will automatically restore the state it had prior to Home Assistant stopping as long as you your entity has `restore` set to `true` which is the default. To disable this feature, set `restore` to `false`. +This integration will automatically restore the state it had prior to Home Assistant stopping as long as your entity has `restore` set to `true`, which is the default. To disable this feature, set `restore` to `false`. If `restore` is set to `false`, the `initial` value will only be used when no previous state is found or when the counter is reset.