mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 05:46:52 +00:00
added ONVIF camera (#2794)
* added ONVIF * added logo * LIFX: add support for setting infrared level (#2801) * Add Gitter.im sensor docs (#2800) * Add new configuration variables (#2802) * Add docs for Flexit A/C platform (#2739) * Add docs for Flexit A/C platform * Added note about modbus and a full config example * Add put as method (#2803) * Update for 0.47 * Documentation accompanying account usage (#2809) * Added text mentioning usage of Free account of Spotify * Make a box * Update notify.telegram.markdown (#2810) * added ONVIF * added logo * renamed parameters * removed unnecessary options
This commit is contained in:
parent
934336a6ac
commit
7e81907b3e
36
source/_components/camera.onvif.markdown
Normal file
36
source/_components/camera.onvif.markdown
Normal file
@ -0,0 +1,36 @@
|
||||
---
|
||||
layout: page
|
||||
title: "ONVIF Camera"
|
||||
description: "Instructions on how to integrate a ONVIF camera within Home Assistant."
|
||||
date: 2017-06-09 21:00
|
||||
sidebar: true
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: onvif.png
|
||||
ha_category: Camera
|
||||
ha_release: 0.47
|
||||
---
|
||||
|
||||
|
||||
The `ONVIF` platform allows you to use an ONVIF camera in Home Assistant. This requires FFmpeg component to be already configured.
|
||||
|
||||
To enable your ONVIF in your installation, add the following to your `configuration.yaml` file:
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
camera:
|
||||
- platform: onvif
|
||||
host: 192.168.1.111
|
||||
```
|
||||
|
||||
Configuration variables:
|
||||
|
||||
- **host** (*Required*): An IP or hostname of the camera.
|
||||
- **name** (*Optional*): Override the name of your camera.
|
||||
- **username** (*Optional*): The username for the camera.
|
||||
- **password** (*Optional*): The password for the camera.
|
||||
- **port** (*Optional*): The port for the camera. This defaults to 5000
|
||||
|
||||
|
||||
If you are running into trouble with this sensor, please refer to the [Troubleshooting section](/components/ffmpeg/#troubleshooting).
|
BIN
source/images/onvif.png
Normal file
BIN
source/images/onvif.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.1 KiB |
Loading…
x
Reference in New Issue
Block a user