Clarify hash in Google Calendar search term (#2305)
Relates to https://github.com/home-assistant/home-assistant/issues/6670
This commit is contained in:
parent
7286ed203c
commit
2459f599bc
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ From this we will end up with the binary sensors `calendar.test_unimportant` and
|
|||
|
||||
But what if you only wanted it to toggle based on all events? Just leave out the *search* parameter.
|
||||
|
||||
**Note**: If you use a `#` sign for search then wrap it up. It's better to be safe!
|
||||
**Note**: If you use a `#` sign for `search` then wrap the whole search term in quotes. Otherwise everything following the hash sign would be considered a YAML comment.
|
||||
|
||||
|
||||
### {% linkable_title Sensor attributes %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue