From 2d97f2d5f1d9f52cb5fb917ee5e269900cdfacff Mon Sep 17 00:00:00 2001 From: Chris Talkington Date: Mon, 28 Sep 2020 03:36:00 -0500 Subject: [PATCH] Add config flow to canary (#14501) Co-authored-by: Franck Nijhof --- source/_integrations/canary.markdown | 42 ++-------------------------- 1 file changed, 2 insertions(+), 40 deletions(-) diff --git a/source/_integrations/canary.markdown b/source/_integrations/canary.markdown index 331b9f38785..6256e3dd214 100644 --- a/source/_integrations/canary.markdown +++ b/source/_integrations/canary.markdown @@ -6,6 +6,7 @@ ha_category: - Camera - Sensor ha_release: '0.60' +ha_config_flow: true ha_iot_class: Cloud Polling ha_domain: canary --- @@ -22,30 +23,7 @@ There is currently support for the following device types within Home Assistant: You will need your Canary login information (username, usually your email address, and password) to use this module. -To set it up, add the following to your `configuration.yaml` file: - -```yaml -# Example configuration.yaml entry -canary: - username: YOUR_USERNAME - password: YOUR_PASSWORD -``` - -{% configuration %} -username: - description: The username for accessing your Canary account. - required: true - type: string -password: - description: The password for accessing your Canary account. - required: true - type: string -timeout: - description: Timeout to wait for connections. - required: false - type: integer - default: 10 -{% endconfiguration %} +Go to the integrations page in your configuration and click on new integration -> Canary. Once loaded, your front end will have the following integrations: @@ -61,22 +39,6 @@ The `canary` camera platform allows you to watch the live stream of your [Canary Once you have [Canary integration](/integrations/canary/) setup, your [Canary](https://canary.is) camera(s) should show up automatically. -## Configuration - -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 integration](/integrations/ffmpeg). - required: false - type: string -{% endconfiguration %} - ## Sensor The `canary` sensor platform allows you to integrate the sensors of your [Canary](https://canary.is) devices in Home Assistant.