diff --git a/source/_components/sensor.moon.markdown b/source/_components/sensor.moon.markdown new file mode 100644 index 00000000000..b1795b040ce --- /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 +``` +