From a25bd8a49b4b34151ed467f95ec6cd39df9ea586 Mon Sep 17 00:00:00 2001 From: Tsvi Mostovicz Date: Thu, 20 Mar 2025 16:58:01 +0000 Subject: [PATCH 1/3] Add explanation for Omer service --- source/_integrations/jewish_calendar.markdown | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/source/_integrations/jewish_calendar.markdown b/source/_integrations/jewish_calendar.markdown index 80cd540a228..5392073652e 100644 --- a/source/_integrations/jewish_calendar.markdown +++ b/source/_integrations/jewish_calendar.markdown @@ -137,3 +137,21 @@ The following is the list of holidays the sensor knows about with their selected | tisha_bav | Tish'a B'Av | תשעה באב | FAST_DAY | | tu_bav | Tu B'Av | ט"ו באב | MINOR_HOLIDAY | | rosh_chodesh | Rosh Chodesh | ראש חודש | ROSH_CHODESH | + +## Actions + +### Counting the Omer + +Available {% term actions %}: `jewish_calendar.get_omer_blessing` + +### Action`jewish_calendar.get_omer_blessing` + +Returns the blessing for the Omer for a given date. + +| Data attribute | Optional | Description | +| -------------- | -------- | ----------------------------------------------------------------------------- | +| `date` | no | Date for which to get the Omer blessing. | +| `nusach` | no | Nusach (tradition) of the Omer blessing. | +| `language` | no | Language to return, will default to the languaged defined by the integration. | + +The response data contains a string representing the blessing. From f6d7ab0eadb7e8797438073e80cfd42270821418 Mon Sep 17 00:00:00 2001 From: Tsvi Mostovicz Date: Thu, 20 Mar 2025 17:07:40 +0000 Subject: [PATCH 2/3] Fix typos --- source/_integrations/jewish_calendar.markdown | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/source/_integrations/jewish_calendar.markdown b/source/_integrations/jewish_calendar.markdown index 5392073652e..2ffbcd41c89 100644 --- a/source/_integrations/jewish_calendar.markdown +++ b/source/_integrations/jewish_calendar.markdown @@ -140,18 +140,17 @@ The following is the list of holidays the sensor knows about with their selected ## Actions -### Counting the Omer +Available {% term actions %}: -Available {% term actions %}: `jewish_calendar.get_omer_blessing` +- `jewish_calendar.get_omer_blessing` -### Action`jewish_calendar.get_omer_blessing` +### Action `jewish_calendar.get_omer_blessing` Returns the blessing for the Omer for a given date. - -| Data attribute | Optional | Description | -| -------------- | -------- | ----------------------------------------------------------------------------- | -| `date` | no | Date for which to get the Omer blessing. | -| `nusach` | no | Nusach (tradition) of the Omer blessing. | -| `language` | no | Language to return, will default to the languaged defined by the integration. | - The response data contains a string representing the blessing. + +| Data attribute | Optional | Description | +| -------------- | -------- | ------------------------------------------------------------------------ | +| `date` | no | Date for which to get the Omer blessing. | +| `nusach` | no | Nusach (tradition) of the Omer blessing. | +| `language` | no | Language to return. Defaults to the language defined by the integration. | From 9f2d7f5f6e18446796b4956a85d5f175ceb9cc20 Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Wed, 26 Mar 2025 13:59:14 +0100 Subject: [PATCH 3/3] tiny tweak --- source/_integrations/jewish_calendar.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/jewish_calendar.markdown b/source/_integrations/jewish_calendar.markdown index 2ffbcd41c89..2d67db04aa4 100644 --- a/source/_integrations/jewish_calendar.markdown +++ b/source/_integrations/jewish_calendar.markdown @@ -144,9 +144,9 @@ Available {% term actions %}: - `jewish_calendar.get_omer_blessing` -### Action `jewish_calendar.get_omer_blessing` +### Action Get Omer blessing -Returns the blessing for the Omer for a given date. +The `jewish_calendar.get_omer_blessing` action returns the blessing for the Omer for a given date. The response data contains a string representing the blessing. | Data attribute | Optional | Description |