Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unconventional sunrise sunset times #830

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Rename _lights to lights
  • Loading branch information
basnijholt authored Nov 3, 2023
commit 8ca8af6d0c239d0f402b53a5aca62a0bf4813834
4 changes: 2 additions & 2 deletions tests/test_switch.py
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ async def change_switch_settings(switch_entity_id, service_data):
# },
# )

lights = switch._lights
lights = switch.lights

# Turn on "sleep mode"
await hass.services.async_call(
Expand Down Expand Up @@ -732,7 +732,7 @@ async def change_switch_settings(switch_entity_id, service_data):
# },
# )

lights = switch._lights
lights = switch.lights

# Turn on "sleep mode"
await hass.services.async_call(
Expand Down
Loading