From 622fd9098a4980a0767a1b16b606c86422449683 Mon Sep 17 00:00:00 2001 From: Patrick Easters Date: Tue, 19 Sep 2017 12:37:31 -0400 Subject: [PATCH] Clarify docs of season sensor (#3402) Just adding clearer documentation around the configuration variables for the season sensor. Brings this more inline with other component documentation. --- source/_components/sensor.season.markdown | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/source/_components/sensor.season.markdown b/source/_components/sensor.season.markdown index a2d21e35235..da386ca5015 100644 --- a/source/_components/sensor.season.markdown +++ b/source/_components/sensor.season.markdown @@ -25,5 +25,9 @@ All information about how the seasons work was taken from Wikipedia: # Example configuration.yaml entry sensor: - platform: season - type: astronomical (optional, will default to astronomical) + type: astronomical ``` + +Configuration variables: + +- **type** (*Optional*): Type of season definition. Options are `meteorological` or `astronomical`. Default is `astronomical`.