From 0c0e9247e7d619bf741bd323c2c59239c20e0314 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 5 Jan 2022 19:06:48 +0100 Subject: [PATCH] Fix incorrect statement in Counter documentation (#21004) --- 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 199aa665fbc..baa23b6757b 100644 --- a/source/_integrations/counter.markdown +++ b/source/_integrations/counter.markdown @@ -79,7 +79,7 @@ Pick an icon that you can find on [materialdesignicons.com](https://materialdesi 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. +If `restore` is set to `true`, the `initial` value will only be used when no previous state is found or when the counter is reset. ## Services