mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 01:06:52 +00:00
Add documentation about new key: time_format (#10463)
* Add documentation about new key: time_format Based on PR home-assistant/home-asssitant#26940 this adds athe documentation about the new key + a warning on relying to much on the time based sensors. * Remove time_format key as it doesn't belong in backend * Remove time_format from the full configuration example * Add info about time being represented as UTC
This commit is contained in:
parent
3a1ba2fbd8
commit
376d3170c5
@ -61,6 +61,12 @@ havdalah_minutes_after_sunset:
|
||||
- omer_count: An integer sensor indicating the day of the Omer (1-49) or 0 if it is not currently the Omer.
|
||||
|
||||
### Time sensors
|
||||
|
||||
*Note: Due to the variety of rabbinic opinions on how to calculate the different times, we do not take any responsibility on your religious reliance upon these calculations.*
|
||||
|
||||
Time sensor states are represented as ISO8601 formatted *UTC time*.
|
||||
For easier use in automations, all time sensors have a `timestamp` attribute, which returns the UNIX timestamp.
|
||||
|
||||
- first_light: First light of dawn (Alot Hashachar - עלות השחר).
|
||||
- gra_end_shma: Last time for reading of the Shma according to the GR"A.
|
||||
- mga_end_shma: Last time for reading of the Shma according to the MG"A.
|
||||
|
Loading…
x
Reference in New Issue
Block a user