1.5 KiB

title, description, ha_category, ha_iot_class, ha_release, ha_quality_scale, ha_domain
title description ha_category ha_iot_class ha_release ha_quality_scale ha_domain
Season Instructions on how to add season sensors into Home Assistant.
Utility
Sensor
Local Polling 0.53 internal season

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.

For information on the difference between astronomical and meteorological seasons please see the link below:

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

Configuration

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

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

{% configuration %} type: description: "Type of season definition. Options are meteorological or astronomical." required: false type: string default: astronomical name: description: "An identifier for the sensor in the frontend." required: false type: string default: Season {% endconfiguration %}