🚜 Merges/Redirect August component pages (#8509)

This commit is contained in:
Klaas Schoute 2019-02-12 18:40:36 +01:00 committed by Franck Nijhof
parent 392e667fbf
commit f117acb312
4 changed files with 33 additions and 64 deletions

View File

@ -8,12 +8,27 @@ comments: false
sharing: true sharing: true
footer: true footer: true
logo: august.png logo: august.png
ha_category: Doorbell ha_category:
- Doorbell
- Binary Sensor
- Camera
- Lock
ha_release: "0.64" ha_release: "0.64"
ha_iot_class: "Cloud Polling" ha_iot_class: "Cloud Polling"
redirect_from:
- /components/binary_sensor.august/
- /components/camera.august/
- /components/lock.august/
--- ---
The `august` component allows you to integrate your [August](http://august.com) devices in Home Assistant. Currently this component supports August Lock and Doorbell. The `august` component allows you to integrate your [August](http://august.com) devices in Home Assistant.
There is currently support for the following device types within Home Assistant:
- Doorbell
- Binary Sensor
- Camera
- Lock
<p class='note'> <p class='note'>
August Lock 2nd Gen will need either August Connect or Doorbell to connect to Home Assistant. August Lock 2nd Gen will need either August Connect or Doorbell to connect to Home Assistant.
@ -54,3 +69,19 @@ timeout:
{% endconfiguration %} {% endconfiguration %}
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. 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.
### {% linkable_title Binary Sensor %}
If you have August Doorbell, once you have enabled the August component, you should see following sensors:
- Doorbell ding sensor
- Doorbell motion sensor
- Doorbell online sensor
If you have August Smart Lock with DoorSense, once you have enabled the August component, you should see the following sensors:
- Door sensor
### {% linkable_title Camera %}
The `august` camera platform allows you to view the latest camera image (triggered by motion) by your [August](http://august.com) device in Home Assistant.

View File

@ -1,26 +0,0 @@
---
layout: page
title: "August Binary Sensor"
description: "Instructions on how to integrate your August devices into Home Assistant."
date: 2018-02-17 22:00
sidebar: true
comments: false
sharing: true
footer: true
logo: august.png
ha_category: Binary Sensor
ha_release: "0.64"
ha_iot_class: "Cloud Polling"
---
To get your [August](http://august.com) doorbell binary sensors working within Home Assistant, please follow the instructions for the general [August component](/components/august/).
If you have August Doorbell, once you have enabled the [August component](/components/august/), you should see following sensors:
* Doorbell ding sensor
* Doorbell motion sensor
* Doorbell online sensor
If you have August Smart Lock with DoorSense, once you have enabled the [August component](/components/august/), you should see the following sensors:
* Door sensor

View File

@ -1,18 +0,0 @@
---
layout: page
title: "August Camera"
description: "Instructions on how to integrate your August devices into Home Assistant."
date: 2018-02-17 22:00
sidebar: true
comments: false
sharing: true
footer: true
logo: august.png
ha_category: Camera
ha_release: "0.64"
ha_iot_class: "Cloud Polling"
---
The `august` camera platform allows you to view the latest camera image (triggered by motion) by your [August](http://august.com) device in Home Assistant.
To add `august` camera to your installation, follow instructions in [August component](/components/august/).

View File

@ -1,18 +0,0 @@
---
layout: page
title: "August Lock"
description: "Instructions on how to integrate your August devices into Home Assistant."
date: 2018-02-17 22:00
sidebar: true
comments: false
sharing: true
footer: true
logo: august.png
ha_category: Lock
ha_release: "0.64"
ha_iot_class: "Cloud Polling"
---
The `august` lock platform allows you to control your [August](http://august.com) lock from within Home Assistant.
To add `august` lock to your installation, follow instructions in [August component](/components/august/).