diff --git a/source/_components/august.markdown b/source/_components/august.markdown index 2eb0216834b..d4e0c63c966 100644 --- a/source/_components/august.markdown +++ b/source/_components/august.markdown @@ -8,12 +8,27 @@ comments: false sharing: true footer: true logo: august.png -ha_category: Doorbell +ha_category: + - Doorbell + - Binary Sensor + - Camera + - Lock ha_release: "0.64" 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
August Lock 2nd Gen will need either August Connect or Doorbell to connect to Home Assistant. @@ -54,3 +69,19 @@ timeout: {% 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. + +### {% 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. \ No newline at end of file diff --git a/source/_components/binary_sensor.august.markdown b/source/_components/binary_sensor.august.markdown deleted file mode 100644 index 04af4a51571..00000000000 --- a/source/_components/binary_sensor.august.markdown +++ /dev/null @@ -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 diff --git a/source/_components/camera.august.markdown b/source/_components/camera.august.markdown deleted file mode 100644 index 660a9504c5e..00000000000 --- a/source/_components/camera.august.markdown +++ /dev/null @@ -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/). diff --git a/source/_components/lock.august.markdown b/source/_components/lock.august.markdown deleted file mode 100644 index eda4f37d06e..00000000000 --- a/source/_components/lock.august.markdown +++ /dev/null @@ -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/).