Skip to content

Commit c3510c6

Browse files
committed
Minor updates
1 parent e548895 commit c3510c6

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

source/_components/camera.foscam.markdown

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ To enable your Foscam IP camera in your installation, add the following to your
2020
# Example configuration.yaml entry
2121
camera:
2222
platform: foscam
23-
ip: 192.168.0.123
23+
ip: IP_ADDRESS
2424
name: Door Camera
2525
port: 88
2626
username: USERNAME
@@ -29,12 +29,15 @@ camera:
2929
3030
Configuration variables:
3131
32-
- **ip** *Required*: The IP address your camera.
33-
- **port** *Optional*: The port that the camera is running on. The default is 88.
34-
- **name** *Optional*: This parameter allows you to override the name of your camera.
35-
- **username** *Required*: The username for accessing your camera.
36-
- **password** *Required*: The password for accessing your camera.
37-
- **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.
32+
- **ip** (*Required*): The IP address your camera.
33+
- **port** (*Optional*): The port that the camera is running on. The default is 88.
34+
- **name** (*Optional*): This parameter allows you to override the name of your camera.
35+
- **username** (*Required*): The username for accessing your camera.
36+
- **password** (*Required*): The password for accessing your camera.
37+
38+
<p class='note'>
39+
There seems to be some issues within Foscam with lengthy passwords and passwords containing certain symbols. Be sure to check your camera's documentation.
40+
</p>
3841
3942
### {% linkable_title Control Foscam PTZ (Pan/Tilt/Zoom) - Home/Away %}
4043
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.

0 commit comments

Comments
 (0)