Add extra sensor to the Jewish Calendar integration (#116734)
* Added sensor for always three star tzeit * Changed sensor name * Change sensor namepull/118921/head
parent
333ac56904
commit
696a079ba8
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue