Skip to content

Commit 34dad93

Browse files
MisterWilfabaff
authored andcommitted
Added Abode sensor documentation. (home-assistant#3532)
* Added Abode sensor documentation. * Changing release version from 0.55 to 0.56 * It's a sensor and not a panel
1 parent c646730 commit 34dad93

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

source/_components/abode.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ There is currently support for the following device types within Home Assistant:
2626
- [Lock](/components/cover.abode/): Reports on `Door Locks` and can be used to lock and unlock the door.
2727
- [Light](/components/light.abode/): Reports on `Dimmer` lights and can be used to dim, change color, or turn the light on and off.
2828
- [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.
29+
- [Sensor](/components/sensor.abode/): Reports on `Temperature`, `Humidity`, and `Light` sensors.
2930

3031
## {% linkable_title Configuration %}
3132

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
layout: page
3+
title: "Abode Sensor"
4+
description: "Instructions how to integrate Abode sensors into Home Assistant."
5+
date: 2017-10-05 14:00
6+
sidebar: true
7+
comments: false
8+
sharing: true
9+
footer: true
10+
logo: abode.jpg
11+
ha_release: 0.56
12+
ha_category: Sensor
13+
ha_iot_class: "Cloud Push"
14+
---
15+
16+
The `abode` sensor platform allows you to monitor your [Abode](https://goabode.com/) sensors.
17+
18+
This platform supports Abode `Temperature`, `Humidity`, and `Light` sensors.
19+
20+
The requirement is that you have setup your [Abode hub](/components/abode/).

0 commit comments

Comments
 (0)