mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-17 00:18:58 +00:00

There are many phases of the moon. This sensor returns 4 of them. I listed them for automation matching.
28 lines
626 B
Markdown
28 lines
626 B
Markdown
---
|
|
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
|
|
```
|
|
This sensor will return one of the following values:
|
|
`Full moon`, `Last quarter`, `First quarter` or `New moon`.
|