mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
Minor updates
This commit is contained in:
parent
e54889577c
commit
c3510c650a
@ -20,7 +20,7 @@ To enable your Foscam IP camera in your installation, add the following to your
|
|||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
camera:
|
camera:
|
||||||
platform: foscam
|
platform: foscam
|
||||||
ip: 192.168.0.123
|
ip: IP_ADDRESS
|
||||||
name: Door Camera
|
name: Door Camera
|
||||||
port: 88
|
port: 88
|
||||||
username: USERNAME
|
username: USERNAME
|
||||||
@ -29,12 +29,15 @@ camera:
|
|||||||
|
|
||||||
Configuration variables:
|
Configuration variables:
|
||||||
|
|
||||||
- **ip** *Required*: The IP address your camera.
|
- **ip** (*Required*): The IP address your camera.
|
||||||
- **port** *Optional*: The port that the camera is running on. The default is 88.
|
- **port** (*Optional*): The port that the camera is running on. The default is 88.
|
||||||
- **name** *Optional*: This parameter allows you to override the name of your camera.
|
- **name** (*Optional*): This parameter allows you to override the name of your camera.
|
||||||
- **username** *Required*: The username for accessing your camera.
|
- **username** (*Required*): The username for accessing your camera.
|
||||||
- **password** *Required*: The password for accessing your camera.
|
- **password** (*Required*): The password for accessing your camera.
|
||||||
- **Note**: There seems to be some issues within Foscam with lengthy passwords and passwords containing certain symbols. Be sure to check your camera's documentation.
|
|
||||||
|
<p class='note'>
|
||||||
|
There seems to be some issues within Foscam with lengthy passwords and passwords containing certain symbols. Be sure to check your camera's documentation.
|
||||||
|
</p>
|
||||||
|
|
||||||
### {% linkable_title Control Foscam PTZ (Pan/Tilt/Zoom) - Home/Away %}
|
### {% linkable_title Control Foscam PTZ (Pan/Tilt/Zoom) - Home/Away %}
|
||||||
Foscam Webcams which support CGI Commands can be controlled by Home Assistant ([Source](http://www.ipcamcontrol.net/files/Foscam%20IPCamera%20CGI%20User%20Guide-V1.0.4.pdf)). For an example of how this can be done, see the [Foscam IP Camera Pan, Tilt, Zoom Control](/cookbook/foscam_away_mode_PTZ/) Cookbook entry.
|
Foscam Webcams which support CGI Commands can be controlled by Home Assistant ([Source](http://www.ipcamcontrol.net/files/Foscam%20IPCamera%20CGI%20User%20Guide-V1.0.4.pdf)). For an example of how this can be done, see the [Foscam IP Camera Pan, Tilt, Zoom Control](/cookbook/foscam_away_mode_PTZ/) Cookbook entry.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user