mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 20:27:08 +00:00
Upgrade to hdate 0.10.8 (#116202)
Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
parent
6ac44f3f14
commit
b5cd0e629d
@ -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),
|
||||
),
|
||||
)
|
||||
|
||||
|
@ -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"]
|
||||
}
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user