Correct docs for adding a picture to a person (#10744)

Change documentation to correctly use the `name` of the person, rather than the `id`, in the `customize:` section.
This commit is contained in:
Tom Hoover 2019-10-12 14:38:21 -05:00 committed by Fabian Affolter
parent 654f713320
commit f296136d19

View File

@ -93,7 +93,7 @@ By following the instructions on the [customizing entities](/docs/configuration/
```yaml ```yaml
customize: customize:
person.ada6789: person.ada:
entity_picture: "/local/ada.jpg" entity_picture: "/local/ada.jpg"
``` ```