mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Updated Canary camera configuration (#4582)
* Updated Canary camera configuration
* ✏️ TravisCI fix
This commit is contained in:
parent
bee1bf1799
commit
ac219395de
@ -13,6 +13,20 @@ ha_release: "0.60"
|
|||||||
ha_iot_class: "Cloud Polling"
|
ha_iot_class: "Cloud Polling"
|
||||||
---
|
---
|
||||||
|
|
||||||
The `canary` camera platform allows you to view the latest camera image (triggered by motion) by your [Canary](https://canary.is) device in Home Assistant.
|
The `canary` camera platform allows you to watch the live stream of your [Canary](https://canary.is) camera in Home Assistant. This requires the [`ffmpeg` component](/components/ffmpeg/) to be already configured.
|
||||||
|
|
||||||
To add `canary` camera to your installation, follow instructions in [Canary component](/components/canary/).
|
To add `canary` camera to your installation, follow instructions in [Canary component](/components/canary/). Once you have [Canary component](/components/canary/) setup, your [Canary](https://canary.is) camera(s) should show up automatically.
|
||||||
|
|
||||||
|
You can add the following to your `configuration.yaml` file to configure `canary` camera with optional settings:
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
camera:
|
||||||
|
- platform: canary
|
||||||
|
```
|
||||||
|
|
||||||
|
{% configuration %}
|
||||||
|
ffmpeg_arguments:
|
||||||
|
description: Extra options to pass to `ffmpeg`, e.g. image quality or video filter options. More details in [FFmpeg component](/components/ffmpeg).
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
|
{% endconfiguration %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user