home-assistant.io/source/_components/sensor.season.markdown
Patrick Easters 622fd9098a 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.
2017-09-19 18:37:31 +02:00

1023 B

layout, title, description, date, sidebar, comments, sharing, footer, ha_category, ha_iot_class, ha_release
layout title description date sidebar comments sharing footer ha_category ha_iot_class ha_release
page Season Sensor Instructions how to add season sensors into Home Assistant. 2017-07-04 07:00:00 true false true true Sensor Local Polling 0.53

This sensor will display the current astronomical or meteorological season (Spring, Summer, Autumn, Winter) based on the users setting in the config file.

All information about how the seasons work was taken from Wikipedia:

# Example configuration.yaml entry
sensor:
  - platform: season
    type: astronomical

Configuration variables:

  • type (Optional): Type of season definition. Options are meteorological or astronomical. Default is astronomical.