Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68c79e1 commit 2bd74c8Copy full SHA for 2bd74c8
source/_components/camera.generic.markdown
@@ -57,3 +57,14 @@ camera:
57
still_image_url: https://www.yr.no/place/Norway/Oslo/Oslo/Oslo/meteogram.svg
58
content_type: 'image/svg+xml'
59
```
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