diff --git a/source/_components/abode.markdown b/source/_components/abode.markdown index 2d3df195cff..3314bcc9038 100644 --- a/source/_components/abode.markdown +++ b/source/_components/abode.markdown @@ -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. - [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. +- [Sensor](/components/sensor.abode/): Reports on `Temperature`, `Humidity`, and `Light` sensors. ## {% linkable_title Configuration %} diff --git a/source/_components/sensor.abode.markdown b/source/_components/sensor.abode.markdown new file mode 100644 index 00000000000..b886d385ab7 --- /dev/null +++ b/source/_components/sensor.abode.markdown @@ -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/).