Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 18, 2024
1 parent 21d3884 commit 2506730
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/adaptive_lighting/color_and_brightness.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ def noon_and_midnight(
solar_noon = self.astral_location.noon(dt, local=False)
solar_midnight = self.astral_location.midnight(dt, local=False)

solar_sunrise= self.astral_location.sunrise(dt, local=False)
solar_sunset= self.astral_location.sunset(dt, local=False)
solar_sunrise = self.astral_location.sunrise(dt, local=False)
solar_sunset = self.astral_location.sunset(dt, local=False)

sunrise_offset = solar_sunrise - sunrise
sunset_offset = solar_sunset - sunset
Expand Down

0 comments on commit 2506730

Please sign in to comment.