mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
Update configuration sample
This commit is contained in:
parent
5c38fecc48
commit
e93b1dbf76
@ -19,7 +19,7 @@ To enable this sensor in your installation, add the following to your `configura
|
||||
# Example configuration.yaml entry
|
||||
camera:
|
||||
platform: mjpeg
|
||||
mjpeg_url: http://194.218.96.92/jpg/image.jpg
|
||||
mjpeg_url: http://192.168.1.92/mjpeg
|
||||
name: my sample camera
|
||||
username: USERNAME
|
||||
password: PASSWORD
|
||||
@ -27,7 +27,7 @@ camera:
|
||||
|
||||
Configuration variables:
|
||||
|
||||
- **mjpeg_url** *Required*: The URL your camera serves the image on, eg. http://192.168.1.21:2112/
|
||||
- **mjpeg_url** *Required*: The URL your camera serves the video on, eg. http://192.168.1.21:2112/
|
||||
- **name** *Optional*: This parameter allows you to override the name of your camera.
|
||||
- **username** *Optional*: The username for accessing your camera.
|
||||
- **password** *Optional*: The password for accessing your camera.
|
||||
|
Loading…
x
Reference in New Issue
Block a user