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
This commit is contained in:
Jeff Irion 2019-08-12 23:53:02 -07:00 committed by Franck Nijhof
parent b8876b7b82
commit 7308f30d05

View File

@ -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.