From 5272a43a5b28148ed64a11875c3a3d863a98ca64 Mon Sep 17 00:00:00 2001 From: karwosts <32912880+karwosts@users.noreply.github.com> Date: Mon, 2 Jun 2025 01:34:04 -0700 Subject: [PATCH] Add binary solar_rising to sun (#39273) --- source/_integrations/sun.markdown | 8 ++++++++ 1 file changed, 8 insertions(+) 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. |