Skip to content

Commit 4a4d526

Browse files
authored
Update README.md
1 parent ca822b1 commit 4a4d526

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

README.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ Would be equivalent to:
196196
name: Rising at minus 0.267°
197197
```
198198

199-
#### Elevation at Time Sensor
199+
#### Elevation at Time Sensor [^1]
200200

201201
Key | Optional | Description
202202
-|-|-
@@ -213,7 +213,7 @@ Also in this case, the `sensor` entity will not have `yesterday`, `today` and `t
213213

214214
Besides the sensors described above, the following will also be created automatically. Simply enable or disable these entities as desired.
215215

216-
### Point in Time Sensors
216+
### Point in Time Sensors [^1] [^2]
217217

218218
Some of these will be enabled by default. The rest will be disabled by default.
219219

@@ -230,7 +230,7 @@ Dusk | yes | The time in the evening when the sun is a 6 degrees below the horiz
230230
Nautical Dusk | no | The time in the evening when the sun is a 12 degrees below the horizon
231231
Astronomical Dusk | no | The time in the evening when the sun is a 18 degrees below the horizon
232232

233-
### Length of Time Sensors (in hours)
233+
### Length of Time Sensors (in hours) [^1]
234234

235235
These are all disabled by default.
236236

@@ -252,11 +252,11 @@ These are also all disabled by default.
252252
Type | Description
253253
-|-
254254
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)
257257
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)
260260
deCONZ Daylight | Emulation of [deCONZ Daylight Sensor](https://www.home-assistant.io/integrations/deconz/#deconz-daylight-sensor)
261261
Phase | See [Sun Phase Sensor](#sun-phase-sensor)
262262

@@ -341,3 +341,7 @@ sun2:
341341
All "simple" sensor options (e.g., `dawn`, `daylight`, etc.) will be created automatically.
342342
Some will be enabled by default, but most will not.
343343
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

Comments
 (0)