From 394ab4e6476b391cee158899459f664674542c56 Mon Sep 17 00:00:00 2001 From: rany Date: Sun, 9 Jun 2024 21:11:37 +0300 Subject: [PATCH] Provide an example for Azimuth conversion from negative to positive Signed-off-by: rany --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5441d27..508dc04 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ This should be left blank as the Open-Meteo API does not require an API key. An ### Azimuth -The azimuth range for this integration is 0 to 360 degrees, with 0 being North, 90 being East, 180 being South, and 270 being West. If you have a negative azimuth, add 360 to it to get the correct value. +The azimuth range for this integration is 0 to 360 degrees, with 0 being North, 90 being East, 180 being South, and 270 being West. If you have a negative azimuth, add 360 to it to get the correct value. For example, -90 degrees should be entered as 270 degrees. ### DC Efficiency