Skip to content

Commit 0d36167

Browse files
authored
Add moon docs (home-assistant#1949)
1 parent 345be28 commit 0d36167

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
layout: page
3+
title: "Moon Sensor"
4+
description: "Instructions how to integrate the moon sensor into Home Assistant."
5+
date: 2017-02-03 07:10
6+
sidebar: true
7+
comments: false
8+
sharing: true
9+
footer: true
10+
logo: home-assistant.png
11+
ha_category: Weather
12+
ha_iot_class: "Local Polling"
13+
ha_release: 0.38
14+
---
15+
16+
17+
The `moon` sensor platform is tracking the moon phases.
18+
19+
To enable the moon sensor, add the following lines to your `configuration.yaml`:
20+
21+
```yaml
22+
# Example configuration.yaml entry
23+
sensor:
24+
- platform: moon
25+
```
26+

0 commit comments

Comments
 (0)