Add moon docs (#1949)

This commit is contained in:
Fabian Affolter 2017-02-03 09:45:17 +01:00 committed by GitHub
parent 345be28e5f
commit 0d3616737b

View File

@ -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
```