From 7308f30d054eaea3a46ad39a33e373a091868e5c Mon Sep 17 00:00:00 2001 From: Jeff Irion Date: Mon, 12 Aug 2019 23:53:02 -0700 Subject: [PATCH] Add info about customizing entity_picture for a person (#10120) * Add info about customizing entity_picture for a person * Add ':', change JPG to jpg * Add link to the customizing entities page --- source/_components/person.markdown | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/source/_components/person.markdown b/source/_components/person.markdown index 8c523124714..515c3989d41 100644 --- a/source/_components/person.markdown +++ b/source/_components/person.markdown @@ -86,3 +86,15 @@ person: - device_tracker.stacey - device_tracker.beacon ``` + +### Customizing the picture for a person + +By following the instructions on the [customizing entities](/docs/configuration/customizing-devices#entity_picture) page, you can customize the picture used for a person entity in the `customize:` section of your configuration. For example: + +```yaml +customize: + person.ada6789: + entity_picture: "/local/ada.jpg" +``` + +See the documentation about [hosting files](/components/http/#hosting-files) for more information about the `www` folder.