Added Abode sensor documentation. (#3532)

* Added Abode sensor documentation.

* Changing release version from 0.55 to 0.56

* It's a sensor and not a panel
This commit is contained in:
Mister Wil 2017-10-07 00:38:47 -07:00 committed by Fabian Affolter
parent c646730ecf
commit 34dad93119
2 changed files with 21 additions and 0 deletions

View File

@ -26,6 +26,7 @@ There is currently support for the following device types within Home Assistant:
- [Lock](/components/cover.abode/): Reports on `Door Locks` and can be used to lock and unlock the door. - [Lock](/components/cover.abode/): Reports on `Door Locks` and can be used to lock and unlock the door.
- [Light](/components/light.abode/): Reports on `Dimmer` lights and can be used to dim, change color, or turn the light on and off. - [Light](/components/light.abode/): Reports on `Dimmer` lights and can be used to dim, change color, or turn the light on and off.
- [Switch](/components/switch.abode/): Reports on `Power Switch` devices and can be used to turn the power switch on and off. Also reports on `Automations` set up in the Abode system and allows you to activate or deactivate them. - [Switch](/components/switch.abode/): Reports on `Power Switch` devices and can be used to turn the power switch on and off. Also reports on `Automations` set up in the Abode system and allows you to activate or deactivate them.
- [Sensor](/components/sensor.abode/): Reports on `Temperature`, `Humidity`, and `Light` sensors.
## {% linkable_title Configuration %} ## {% linkable_title Configuration %}

View File

@ -0,0 +1,20 @@
---
layout: page
title: "Abode Sensor"
description: "Instructions how to integrate Abode sensors into Home Assistant."
date: 2017-10-05 14:00
sidebar: true
comments: false
sharing: true
footer: true
logo: abode.jpg
ha_release: 0.56
ha_category: Sensor
ha_iot_class: "Cloud Push"
---
The `abode` sensor platform allows you to monitor your [Abode](https://goabode.com/) sensors.
This platform supports Abode `Temperature`, `Humidity`, and `Light` sensors.
The requirement is that you have setup your [Abode hub](/components/abode/).