From f42b912500869cf39d522c3fd256856381c7b9e8 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 3 Feb 2017 09:00:21 +0100 Subject: [PATCH] Add moon docs --- source/_components/sensor.moon.markdown | 26 +++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 source/_components/sensor.moon.markdown diff --git a/source/_components/sensor.moon.markdown b/source/_components/sensor.moon.markdown new file mode 100644 index 000000000000..b1795b040ce4 --- /dev/null +++ b/source/_components/sensor.moon.markdown @@ -0,0 +1,26 @@ +--- +layout: page +title: "Moon Sensor" +description: "Instructions how to integrate the moon sensor into Home Assistant." +date: 2017-02-03 07:10 +sidebar: true +comments: false +sharing: true +footer: true +logo: home-assistant.png +ha_category: Weather +ha_iot_class: "Local Polling" +ha_release: 0.38 +--- + + +The `moon` sensor platform is tracking the moon phases. + +To enable the moon sensor, add the following lines to your `configuration.yaml`: + +```yaml +# Example configuration.yaml entry +sensor: + - platform: moon +``` +