Skip to content

Commit 9f48276

Browse files
authored
Format as code
1 parent 397a54d commit 9f48276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_docs/configuration/templating.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Home Assistant adds extensions to allow templates to access all of the current s
9090
[strp-format]: https://docs.python.org/3.4/library/datetime.html#strftime-and-strptime-behavior
9191

9292
<p class='note warning'>
93-
If your template uses an entity_id that begins with a number (example: states.device_tracker.2008_gmc) you must use a bracket syntax to avoid errors caused by rendering the entity_id improperly. In the example given, the correct syntax for the device tracker would be: states.device_tracker['2008_gmc']
93+
If your template uses an `entity_id` that begins with a number (example: `states.device_tracker.2008_gmc`) you must use a bracket syntax to avoid errors caused by rendering the `entity_id` improperly. In the example given, the correct syntax for the device tracker would be: `states.device_tracker['2008_gmc']`
9494
</p>
9595

9696

0 commit comments

Comments
 (0)