Fix typo in state trigger warning (#13863)

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
Kocsen Chung 2020-06-28 01:35:44 -07:00 committed by GitHub
parent 9777f81322
commit 854e00b37a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -180,7 +180,7 @@ The `for` template(s) will be evaluated when an entity changes as specified.
<div class='note warning'>
Use quotes around your values for `from` and `to` to avoid the YAML parser interpreting values as booleans.
Use quotes around your values for `from` and `to` to avoid the YAML parser from interpreting values as booleans.
</div>