You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-7Lines changed: 11 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -196,7 +196,7 @@ Would be equivalent to:
196
196
name: Rising at minus 0.267°
197
197
```
198
198
199
-
#### Elevation at Time Sensor
199
+
#### Elevation at Time Sensor [^1]
200
200
201
201
Key | Optional | Description
202
202
-|-|-
@@ -213,7 +213,7 @@ Also in this case, the `sensor` entity will not have `yesterday`, `today` and `t
213
213
214
214
Besides the sensors described above, the following will also be created automatically. Simply enable or disable these entities as desired.
215
215
216
-
### Point in Time Sensors
216
+
### Point in Time Sensors [^1] [^2]
217
217
218
218
Some of these will be enabled by default. The rest will be disabled by default.
219
219
@@ -230,7 +230,7 @@ Dusk | yes | The time in the evening when the sun is a 6 degrees below the horiz
230
230
Nautical Dusk | no | The time in the evening when the sun is a 12 degrees below the horizon
231
231
Astronomical Dusk | no | The time in the evening when the sun is a 18 degrees below the horizon
232
232
233
-
### Length of Time Sensors (in hours)
233
+
### Length of Time Sensors (in hours) [^1]
234
234
235
235
These are all disabled by default.
236
236
@@ -252,11 +252,11 @@ These are also all disabled by default.
252
252
Type | Description
253
253
-|-
254
254
Azimuth | The sun's azimuth (degrees)
255
-
Rising Azimuth | The sun's azimuth at sunrise (degrees)
256
-
Setting Azimuth | The sun's azimuth at sunset (degrees)
255
+
Rising Azimuth [^1] | The sun's azimuth at sunrise (degrees)
256
+
Setting Azimuth [^1] | The sun's azimuth at sunset (degrees)
257
257
Elevation | The sun's elevation (degrees)
258
-
Minimum Elevation | The sun's elevation at solar midnight (degrees)
259
-
maximum Elevation | The sun's elevation at solar noon (degrees)
258
+
Minimum Elevation [^1] | The sun's elevation at solar midnight (degrees)
259
+
maximum Elevation [^1] | The sun's elevation at solar noon (degrees)
260
260
deCONZ Daylight | Emulation of [deCONZ Daylight Sensor](https://www.home-assistant.io/integrations/deconz/#deconz-daylight-sensor)
261
261
Phase | See [Sun Phase Sensor](#sun-phase-sensor)
262
262
@@ -341,3 +341,7 @@ sun2:
341
341
All "simple" sensor options (e.g., `dawn`, `daylight`, etc.) will be created automatically.
342
342
Some will be enabled by default, but most will not.
343
343
Simply go to the Settings -> Devices & services page, click on Sun2, then entities, and enable/disable the entities as desired.
344
+
345
+
[^1]: These sensors usually have `yesterday`, `today` & `tomorrow` attributes that indicate what the state of the sensor was, is or will be, on these days, and usually are "raw" values (i.e., represented in Python types such as a `datetime` instead of a string, and are typically not rounded.)
346
+
347
+
[^2]: The `yesterday`, `today` & `tomorrow` attributes will be `None`/`null` if the event does not occur on the corresponding day. If the event does not occur today, the main state will show the next time the event does happen, if it does within the next year. If it doesn't happen today or anytime within the next year, the main state will be `unknown`.
0 commit comments