Fix incorrect statement in Counter documentation (#21004)

This commit is contained in:
Franck Nijhof 2022-01-05 19:06:48 +01:00 committed by GitHub
parent 27ae7c9696
commit 0c0e9247e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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