home-assistant.io/source/_components/sensor.season.markdown
Fabian Affolter 95546aa3fc
Move to Network category (#6181)
* Move to Network category

* Update category and other fixes
2018-09-03 10:48:27 +02:00

1.2 KiB

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

The season sensor will display the current astronomical or meteorological season (Spring, Summer, Autumn, Winter) based on the user's setting in the configuration file.

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

{% linkable_title Configuration %}

To enable the sensor, add the following lines to your configuration.yaml file:

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

{% configuration %} type: description: "Type of season definition. Options are meteorological or astronomical." required: false type: string default: astronomical {% endconfiguration %}