Add example for local image on HASS.IO (#4311)

* Add example for local image on HASS.IO

* Minor changes
This commit is contained in:
Andrej Friesen 2017-12-31 13:25:22 +01:00 committed by Fabian Affolter
parent 68c79e1d2c
commit 2bd74c8a33

View File

@ -57,3 +57,14 @@ camera:
still_image_url: https://www.yr.no/place/Norway/Oslo/Oslo/Oslo/meteogram.svg
content_type: 'image/svg+xml'
```
### {% linkable_title Local image with Hass.io %}
You can show an static image with this platform. Just place the image here: `/config/www/your_image.png`
```yaml
camera:
- platform: generic
name: Some Image
still_image_url: https://127.0.0.1:8123/local/your_image.png
```