diff --git a/homeassistant/components/jewish_calendar/sensor.py b/homeassistant/components/jewish_calendar/sensor.py index 90e504fe8fd..88d8ecf1751 100644 --- a/homeassistant/components/jewish_calendar/sensor.py +++ b/homeassistant/components/jewish_calendar/sensor.py @@ -125,6 +125,11 @@ TIME_SENSORS: tuple[SensorEntityDescription, ...] = ( name="T'set Hakochavim", icon="mdi:weather-night", ), + SensorEntityDescription( + key="three_stars", + name="T'set Hakochavim, 3 stars", + icon="mdi:weather-night", + ), SensorEntityDescription( key="upcoming_shabbat_candle_lighting", name="Upcoming Shabbat Candle Lighting",