From f296136d19b36d5f3157295d14b5b4bff00b911d Mon Sep 17 00:00:00 2001 From: Tom Hoover Date: Sat, 12 Oct 2019 14:38:21 -0500 Subject: [PATCH] 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. --- source/_integrations/person.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/person.markdown b/source/_integrations/person.markdown index 302393871ff..fc0abbfa654 100644 --- a/source/_integrations/person.markdown +++ b/source/_integrations/person.markdown @@ -93,7 +93,7 @@ By following the instructions on the [customizing entities](/docs/configuration/ ```yaml customize: - person.ada6789: + person.ada: entity_picture: "/local/ada.jpg" ```