2019-11-12 09:44:11 +01:00

1.3 KiB

title, description, ha_category, logo, ha_iot_class, ha_release, ha_qa_scale
title description ha_category logo ha_iot_class ha_release ha_qa_scale
Season Sensor Instructions on how to add season sensors into Home Assistant.
Utility
home-assistant.png Local Polling 0.53 internal

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 {% endconfiguration %}