We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 345be28 commit 0d36167Copy full SHA for 0d36167
source/_components/sensor.moon.markdown
@@ -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