Upgrade to hdate 0.10.8 (#116202)

Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
SLaks 2024-05-07 03:28:54 -04:00 committed by GitHub
parent 6ac44f3f14
commit b5cd0e629d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 5 additions and 5 deletions

View File

@ -47,12 +47,12 @@ BINARY_SENSORS: tuple[JewishCalendarBinarySensorEntityDescription, ...] = (
JewishCalendarBinarySensorEntityDescription(
key="erev_shabbat_hag",
name="Erev Shabbat/Hag",
is_on=lambda state: bool(state.erev_shabbat_hag),
is_on=lambda state: bool(state.erev_shabbat_chag),
),
JewishCalendarBinarySensorEntityDescription(
key="motzei_shabbat_hag",
name="Motzei Shabbat/Hag",
is_on=lambda state: bool(state.motzei_shabbat_hag),
is_on=lambda state: bool(state.motzei_shabbat_chag),
),
)

View File

@ -5,5 +5,5 @@
"documentation": "https://www.home-assistant.io/integrations/jewish_calendar",
"iot_class": "calculated",
"loggers": ["hdate"],
"requirements": ["hdate==0.10.4"]
"requirements": ["hdate==0.10.8"]
}

View File

@ -1044,7 +1044,7 @@ hass-splunk==0.1.1
hassil==1.6.1
# homeassistant.components.jewish_calendar
hdate==0.10.4
hdate==0.10.8
# homeassistant.components.heatmiser
heatmiserV3==1.1.18

View File

@ -855,7 +855,7 @@ hass-nabucasa==0.78.0
hassil==1.6.1
# homeassistant.components.jewish_calendar
hdate==0.10.4
hdate==0.10.8
# homeassistant.components.here_travel_time
here-routing==0.2.0