diff --git a/source/_integrations/sun.markdown b/source/_integrations/sun.markdown index fc7d7101e3b..26e5f270b2e 100644 --- a/source/_integrations/sun.markdown +++ b/source/_integrations/sun.markdown @@ -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. |