From 8f3ae1f5a3eb32fd4818ea52ff2b8a1f904e20be Mon Sep 17 00:00:00 2001 From: Kevin Date: Sun, 4 Nov 2018 21:01:54 +0000 Subject: [PATCH] Astronomical vs Meteorological information (#7359) The added link will provide a brief and easy to understand guide to how the sensor's two settings will differ. --- source/_components/sensor.season.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_components/sensor.season.markdown b/source/_components/sensor.season.markdown index c2ce54a145c..e12c1c401f2 100644 --- a/source/_components/sensor.season.markdown +++ b/source/_components/sensor.season.markdown @@ -16,6 +16,10 @@ ha_qa_scale: 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: + + - [https://www.ncei.noaa.gov/news/meteorological-versus-astronomical-seasons](https://www.ncei.noaa.gov/news/meteorological-versus-astronomical-seasons) + All information about how the seasons work was taken from Wikipedia: - [https://en.wikipedia.org/wiki/Season#Astronomical](https://en.wikipedia.org/wiki/Season#Astronomical)