Season Sensor


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.