Canary


The canary component allows you to integrate your Canary devices in 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:

# Example configuration.yaml entry
canary:
  username: you@example.com
  password: secret

Configuration Variables

username

(string)(Required)The username for accessing your Canary account.

password

(string)(Required)The password for accessing your Canary account.

timeout

(int)(Optional)Timeout to wait for connections.

Default value: 10

Once loaded, your front end will have the following components:

  • A camera image triggered by motion for each camera.
  • An alarm control panel for each location.
  • A sensor per camera that reports temperature.
  • A sensor per camera that reports humidity.
  • A sensor per camera that reports air quality.