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.
This commit is contained in:
Patrick Easters 2017-09-19 12:37:31 -04:00 committed by Fabian Affolter
parent b54cc0ae0e
commit 622fd9098a

View File

@ -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`.