diff --git a/source/_docs/configuration/templating.markdown b/source/_docs/configuration/templating.markdown index 018c7a5bedc..042c19a0c3a 100644 --- a/source/_docs/configuration/templating.markdown +++ b/source/_docs/configuration/templating.markdown @@ -74,7 +74,7 @@ The next two statements result in the same value if the state exists. The second {% raw %} ```text {{ states('device_tracker.paulus') }} -{{ states('device_tracker.paulus') }} +{{ states.device_tracker.paulus }} ``` {% endraw %}