2019-04-03 10:16:08 -07:00

809 B

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_iot_class, ha_release, ha_qa_scale, redirect_from
layout title description date sidebar comments sharing footer logo ha_category ha_iot_class ha_release ha_qa_scale redirect_from
page Moon Sensor Instructions on how to integrate the moon sensor into Home Assistant. 2017-02-03 07:10 true false true true home-assistant.png Environment Local Polling 0.38 internal
/components/sensor.moon/

The moon sensor platform is tracking the moon phases.

{% linkable_title Configuration %}

To enable the moon sensor, add the following lines to your configuration.yaml:

# Example configuration.yaml entry
sensor:
  - platform: moon

This sensor will return one of the following values: new_moon, waxing_crescent, first_quarter, waxing_gibbous, full_moon, waning_gibbous, last_quarter or waning_crescent .