mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
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
@ -25,5 +25,9 @@ All information about how the seasons work was taken from Wikipedia:
|
|||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
sensor:
|
sensor:
|
||||||
- platform: season
|
- 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…
x
Reference in New Issue
Block a user