File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -71,11 +71,10 @@ that are used across Home Assistant, including our documentation.
7171If you use a term that is not in the glossary, feel free to add; or improve
7272the definition of an existing term.
7373
74- Additionally, we have a terminology tooltip available, that can be added to
74+ Additionally, we have a terminology tooltip available, that can be added and
7575works everywhere in the documentation. This tooltip will show a definition
76- of the term when the user hovers over it and provides a link for more
77- information. This provides instant context to terminology a user might not
78- be familiar with.
76+ of the term when the user hovers over it with a link for more information.
77+ It provides instant context to terminology an user might not be familiar with.
7978
8079The syntax for adding terminology tooltips is:
8180
@@ -100,7 +99,7 @@ tooltip to a piece of text that differs from the term itself. In the following
10099example the automation term tooltip is added to the "automate everything" text:
101100
102101``` liquid
103- Awesome, because this allowed me to {% automation "automate everything" %}
102+ Awesome, because this allowed me to {% term automation "automate everything" %}
104103in my home! I love it!
105104```
106105
You can’t perform that action at this time.
0 commit comments