Add binary solar_rising to sun (#39273)

This commit is contained in:
karwosts 2025-06-02 01:34:04 -07:00 committed by GitHub
parent f9ad47b882
commit 5272a43a5b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -98,3 +98,11 @@ The sensors are also available as attributes on the `sun.sun` entity for backwar
| Elevation | Solar elevation. This is the angle between the sun and the horizon. Negative values mean the sun is below the horizon. |
| Azimuth | Solar azimuth. The angle is shown clockwise from north. |
| `rising` | True if the Sun is currently rising, after solar midnight and before solar noon. |
## Binary sensors
The binary sensors are also available as attributes on the `sun.sun` entity for backwards compatibility reasons.
| Sensors | Description |
| ------------- | ---------------------------------------------------------------------------------------------------------------------- |
| Solar rising | True if the Sun is currently rising, after solar midnight and before solar noon. |