From 80641909b3953ad0ce5fc03843c237b656e94a16 Mon Sep 17 00:00:00 2001 From: Fredrik Baberg Date: Sat, 17 Feb 2024 18:38:22 +0100 Subject: [PATCH] Update documentation, resolves #90 --- camera-mjpg-streamer/DOCS.md | 6 +++--- camera-mjpg-streamer/config.yaml | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/camera-mjpg-streamer/DOCS.md b/camera-mjpg-streamer/DOCS.md index c45cb93..784e17e 100644 --- a/camera-mjpg-streamer/DOCS.md +++ b/camera-mjpg-streamer/DOCS.md @@ -11,10 +11,10 @@ Set input arguments through `mjpg_input` configuration option, start the add-on. ## Accessing camera from Home Assistant The camera stream and snapshot can be accessed by e.g. [MJPEG IP Camera](https://www.home-assistant.io/integrations/mjpeg/), with URLs: -* MJPEG URL: `http:///?action=stream` -* Still image URL: `http:///?action=snapshot`. +* MJPEG URL: `http://cce6f2d5-camera-mjpg-streamer/?action=stream` +* Still image URL: `http://cce6f2d5-camera-mjpg-streamer/?action=snapshot`. -Addon hostname can be found under [addon settings](https://my.home-assistant.io/redirect/supervisor_addon/?addon=b7aa59c4_camera-mjpg-streamer&repository_url=https%3A%2F%2Fgithub.com%2Ffredrikbaberg%2Fha-3dprinter-addons). +Addon hostname can be found under [addon settings](https://my.home-assistant.io/redirect/supervisor_addon/?addon=cce6f2d5_camera-mjpg-streamer&repository_url=https%3A%2F%2Fgithub.com%2Ffredrikbaberg%2Fha-3dprinter-addons). ## Ingress? diff --git a/camera-mjpg-streamer/config.yaml b/camera-mjpg-streamer/config.yaml index d2fe0d6..a39a7dd 100644 --- a/camera-mjpg-streamer/config.yaml +++ b/camera-mjpg-streamer/config.yaml @@ -13,7 +13,6 @@ arch: - armhf - aarch64 - i386 -# stage: experimental init: false video: true usb: true