mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-04-27 23:07:34 +00:00
1.2 KiB
1.2 KiB
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_release | ha_iot_class |
---|---|---|---|---|---|---|---|---|---|---|---|
page | Canary Camera | Instructions on how to integrate your Canary devices into Home Assistant. | 2017-12-07 22:00 | true | false | true | true | canary.png | Camera | 0.60 | Cloud Polling |
The canary
camera platform allows you to watch the live stream of your Canary camera in Home Assistant. This requires the ffmpeg
component to be already configured.
To add canary
camera to your installation, follow instructions in Canary component. Once you have Canary component setup, your Canary camera(s) should show up automatically.
{% linkable_title Configuration %}
You can add the following to your configuration.yaml
file to configure canary
camera with optional settings:
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.
required: false
type: string
{% endconfiguration %}