Add person reload service (#11633)

This commit is contained in:
Paulus Schoutsen 2020-01-05 11:36:53 +01:00 committed by Franck Nijhof
parent e889908a40
commit 86a3bcb916

View File

@ -87,6 +87,8 @@ person:
- device_tracker.beacon
```
If you change the YAML, you can reload it by calling the `person.reload` service.
### 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:
@ -97,4 +99,4 @@ customize:
entity_picture: "/local/ada.jpg"
```
See the documentation about [hosting files](/integrations/http/#hosting-files) for more information about the `www` folder.
See the documentation about [hosting files](/integrations/http/#hosting-files) for more information about the `www` folder.