From 4360ec17d22874ae7f2c085b3aa935813d989793 Mon Sep 17 00:00:00 2001 From: arigilder <43716164+arigilder@users.noreply.github.com> Date: Tue, 9 Jul 2019 06:04:01 -0400 Subject: [PATCH] Add omer_count docs to jewish_calendar (#9814) --- source/_components/jewish_calendar.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_components/jewish_calendar.markdown b/source/_components/jewish_calendar.markdown index ddd9e221aeb..a8566c47649 100644 --- a/source/_components/jewish_calendar.markdown +++ b/source/_components/jewish_calendar.markdown @@ -91,6 +91,8 @@ sensors: description: The time of havdalah for either the current Shabbat OR Yom Tov, or the immediately upcoming Shabbat OR Yom Tov. If, for example, today is Sunday, and Rosh Hashana is Monday night through Wednesday night, this reports the havdalah for Rosh Hashana on Wednesday night. To always get the Shabbat times, use the upcoming_shabbat_havdalah sensor. issur_melacha_in_effect: description: A boolean sensor indicating if melacha is currently not permitted. The value is true when it is currently Shabbat or Yom Tov and false otherwise. + omer_count: + description: An integer sensor indicating the day of the Omer (1-49) or 0 if it is not currently the Omer. {% endconfiguration %}