August


The august component allows you to integrate your August devices in Home Assistant. Currently this component supports August Lock and Doorbell.

You will need your August login information (username (either phone# or email), and password) to use this module.

To set it up, add the following to your configuration.yaml file:

# Example configuration.yaml entry
august:
  login_method: phone
  username: "+16041234567"
  password: secret

Configuration Variables

login_method

(string)(Required)Method to login to your August account, either “email” or “phone”. A verification code will be sent to your email or phone during setup.

username

(string)(Required)The username for accessing your August account. This depends on your login_method, if login_method is email, this will be your email of the account. Otherwise, this will be your phone number.

password

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

timeout

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

Default value: 10

Once Home Assistant is started, a configurator will pop up asking you to enter verification code that is sent to your phone number or email.