From 4c6e8b91e3d305743db05a0c9bd091f83c57f129 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 25 Oct 2015 11:56:29 +0100 Subject: [PATCH] Add sensor page --- source/_components/sensor.markdown | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 source/_components/sensor.markdown diff --git a/source/_components/sensor.markdown b/source/_components/sensor.markdown new file mode 100644 index 00000000000..215246234ef --- /dev/null +++ b/source/_components/sensor.markdown @@ -0,0 +1,16 @@ +--- +layout: component +title: "Sensor" +description: "Instructions how to setup your sensors with Home Assistant." +date: 2015-01-24 14:39 +sidebar: true +comments: false +sharing: true +footer: true +--- + +Sensors are gathering information about states and conditions. + +Home Assistant currently supports a wide range of sensors. They are able to display information which are provides by Home assistant directly, are gathered from webservices, and, of course, physical devices. Please check the sidebar for a full list of supported sensor platforms. + +