mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-28 19:57:12 +00:00
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:
parent
b8876b7b82
commit
7308f30d05
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user