mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-10 02:46:53 +00:00
Add moon docs (#1949)
This commit is contained in:
parent
345be28e5f
commit
0d3616737b
26
source/_components/sensor.moon.markdown
Normal file
26
source/_components/sensor.moon.markdown
Normal 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
|
||||||
|
```
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user