mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 06:16:50 +00:00
Document Jewish Calendar's Omer service (#38100)
This commit is contained in:
commit
c838f53f95
@ -137,3 +137,20 @@ The following is the list of holidays the sensor knows about with their selected
|
|||||||
| tisha_bav | Tish'a B'Av | תשעה באב | FAST_DAY |
|
| tisha_bav | Tish'a B'Av | תשעה באב | FAST_DAY |
|
||||||
| tu_bav | Tu B'Av | ט"ו באב | MINOR_HOLIDAY |
|
| tu_bav | Tu B'Av | ט"ו באב | MINOR_HOLIDAY |
|
||||||
| rosh_chodesh | Rosh Chodesh | ראש חודש | ROSH_CHODESH |
|
| rosh_chodesh | Rosh Chodesh | ראש חודש | ROSH_CHODESH |
|
||||||
|
|
||||||
|
## Actions
|
||||||
|
|
||||||
|
Available {% term actions %}:
|
||||||
|
|
||||||
|
- `jewish_calendar.get_omer_blessing`
|
||||||
|
|
||||||
|
### Action Get Omer blessing
|
||||||
|
|
||||||
|
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 |
|
||||||
|
| -------------- | -------- | ------------------------------------------------------------------------ |
|
||||||
|
| `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. |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user