From c789873c812230f5697ec02952217b270a4a42e8 Mon Sep 17 00:00:00 2001 From: Carlo Costanzo Date: Tue, 14 Feb 2017 11:20:30 -0500 Subject: [PATCH] add returned values into the documentation. (#2041) There are many phases of the moon. This sensor returns 4 of them. I listed them for automation matching. --- source/_components/sensor.moon.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/_components/sensor.moon.markdown b/source/_components/sensor.moon.markdown index b1795b040ce..bcd2c780121 100644 --- a/source/_components/sensor.moon.markdown +++ b/source/_components/sensor.moon.markdown @@ -23,4 +23,5 @@ To enable the moon sensor, add the following lines to your `configuration.yaml`: sensor: - platform: moon ``` - +This sensor will return one of the following values: +`Full moon`, `Last quarter`, `First quarter` or `New moon`.