Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions source/_components/sensor.moon.markdown
Original file line number Diff line number Diff line change
@@ -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
```