mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-31 07:16:47 +00:00
1.1 KiB
1.1 KiB
layout, title, description, date, sidebar, comments, sharing, footer
layout | title | description | date | sidebar | comments | sharing | footer |
---|---|---|---|---|---|---|---|
page | Foscam IP camera support | Instructions how to integrate Foscam IP cameras within Home Assistant. | 2015-09-17 08:01 | false | false | true | true |

To enable your Foscam IP camera in your installation, add the following to your configuration.yaml
file:
# Example configuration.yaml entry
camera:
platform: foscam
ip: 192.168.0.123
name: Door Camera
port: 88
username: USERNAME
password: PASSWORD
Configuration variables:
- ip Required: The IP address your camera.
- 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.
- username Required: The username for accessing your camera.
- password Required: The password for accessing your camera.