diff --git a/source/_docs/configuration/templating.markdown b/source/_docs/configuration/templating.markdown index 3dcb2917573..98cc60763a8 100644 --- a/source/_docs/configuration/templating.markdown +++ b/source/_docs/configuration/templating.markdown @@ -262,14 +262,14 @@ The same thing can also be expressed as a test: ### Config Entries -- `entry_id(entity_id)` returns the config entry ID for a given entity ID. Can also be used as a filter. +- `config_entry_id(entity_id)` returns the config entry ID for a given entity ID. Can also be used as a filter. #### Config entries examples {% raw %} ```text -{{ entry_id('sensor.sony') }} # deadbeefdeadbeefdeadbeefdeadbeef +{{ config_entry_id('sensor.sony') }} # deadbeefdeadbeefdeadbeefdeadbeef ``` {% endraw %}