Skip to content

Commit

Permalink
custom-cards#86 Updated doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Veejer committed Sep 18, 2022
1 parent 4aed6ac commit 6e6cd97
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/example-cfg-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ for the assigned value of `data`:
* any `key in this.entity` (e.g., `entity_id`, `state`, ...)
* otherwise a key within `this.entity.attributes` will be assumed

When accessing attributes, sometimes an attribute object will itself contain objects.
In that case, you can access the lower object using dotted notation. eg: object1.object2.field1

If the chosen `data` selector does not resolve to something useful, the
cell will be marked with an error - collection/rendering should continue w/o any
issues.
Expand Down

0 comments on commit 6e6cd97

Please sign in to comment.