Add updated docs for Jewish calendar library update (#35756)

This commit is contained in:
Tsvi Mostovicz 2024-11-22 16:07:18 +02:00 committed by GitHub
parent b6ec78f17b
commit 77416417eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -88,6 +88,8 @@ Time sensor states are represented as ISO8601 formatted *UTC time*.
The holiday sensor includes 3 attributes: *type*, *type_id*, and *id*.
The *type_id* is useful for cases to condition automations based on a range of types.
On Rosh Chodesh Tevet, which always falls on Chanukah, the sensor will report both values: "Rosh Chodesh, Chanukah".
The following is the list of holidays the sensor knows about with their selected type:
| ID | English | Hebrew | Type | Type_ID |
@ -132,3 +134,4 @@ The following is the list of holidays the sensor knows about with their selected
| zeev_zhabotinsky_day | Zeev Zhabotinsky day | יום זאב ז'בוטינסקי | MEMORIAL_DAY | 8 |
| tisha_bav | Tish'a B'Av | תשעה באב | FAST_DAY | 5 |
| tu_bav | Tu B'Av | ט"ו באב | MINOR_HOLIDAY | 7 |
| rosh_chodesh | Rosh Chodesh | ראש חודש | ROSH_CHODESH | 10 |