mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Add extra sensor to the Jewish Calendar integration (#116734)
* Added sensor for always three star tzeit * Changed sensor name * Change sensor name
This commit is contained in:
parent
333ac56904
commit
696a079ba8
@ -125,6 +125,11 @@ TIME_SENSORS: tuple[SensorEntityDescription, ...] = (
|
|||||||
name="T'set Hakochavim",
|
name="T'set Hakochavim",
|
||||||
icon="mdi:weather-night",
|
icon="mdi:weather-night",
|
||||||
),
|
),
|
||||||
|
SensorEntityDescription(
|
||||||
|
key="three_stars",
|
||||||
|
name="T'set Hakochavim, 3 stars",
|
||||||
|
icon="mdi:weather-night",
|
||||||
|
),
|
||||||
SensorEntityDescription(
|
SensorEntityDescription(
|
||||||
key="upcoming_shabbat_candle_lighting",
|
key="upcoming_shabbat_candle_lighting",
|
||||||
name="Upcoming Shabbat Candle Lighting",
|
name="Upcoming Shabbat Candle Lighting",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user