Fix typos

This commit is contained in:
Tsvi Mostovicz 2025-03-20 17:07:40 +00:00
parent a25bd8a49b
commit f6d7ab0ead

View File

@ -140,18 +140,17 @@ The following is the list of holidays the sensor knows about with their selected
## Actions ## 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. Returns the blessing for the Omer for a given date.
The response data contains a string representing the blessing.
| Data attribute | Optional | Description | | Data attribute | Optional | Description |
| -------------- | -------- | ----------------------------------------------------------------------------- | | -------------- | -------- | ------------------------------------------------------------------------ |
| `date` | no | Date for which to get the Omer blessing. | | `date` | no | Date for which to get the Omer blessing. |
| `nusach` | no | Nusach (tradition) of 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. | | `language` | no | Language to return. Defaults to the language defined by the integration. |
The response data contains a string representing the blessing.