mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Fix docs for config_entry_attr (#33381)
This commit is contained in:
parent
a8aa0aa8e8
commit
c14c976e8e
@ -447,7 +447,7 @@ The same thing can also be expressed as a test:
|
|||||||
### Config entries
|
### Config entries
|
||||||
|
|
||||||
- `config_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_entry_attr(attr)` returns the value of `attr` for the config entry of the given entity ID. Can also be used as a filter. The following attributes are allowed: `domain`, `title`, `state`, `source`, `disabled_by`. Not supported in [limited templates](#limited-templates).
|
- `config_entry_attr(config_entry_id, attr)` returns the value of `attr` for the config entry of the given entity ID. Can also be used as a filter. The following attributes are allowed: `domain`, `title`, `state`, `source`, `disabled_by`. Not supported in [limited templates](#limited-templates).
|
||||||
|
|
||||||
#### Config entries examples
|
#### Config entries examples
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user