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:
parent
b54cc0ae0e
commit
622fd9098a
1 changed files with 5 additions and 1 deletions
|
@ -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`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue