Skip to content

Commit 2bd74c8

Browse files
ajfriesenfabaff
authored andcommitted
Add example for local image on HASS.IO (home-assistant#4311)
* Add example for local image on HASS.IO * Minor changes
1 parent 68c79e1 commit 2bd74c8

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

source/_components/camera.generic.markdown

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,14 @@ camera:
5757
still_image_url: https://www.yr.no/place/Norway/Oslo/Oslo/Oslo/meteogram.svg
5858
content_type: 'image/svg+xml'
5959
```
60+
61+
### {% linkable_title Local image with Hass.io %}
62+
63+
You can show an static image with this platform. Just place the image here: `/config/www/your_image.png`
64+
65+
```yaml
66+
camera:
67+
- platform: generic
68+
name: Some Image
69+
still_image_url: https://127.0.0.1:8123/local/your_image.png
70+
```

0 commit comments

Comments
 (0)