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

Conversation

b-rad15
Copy link

@b-rad15 b-rad15 commented Nov 3, 2023

Rebased this branch #535 addressing #105 given the updates since it was created. It works fine adding it to my homeassistant integration but I can't get the tests to run correctly (Triggering pytest-socket somehow and causing every one to instantly stop, not an actual test failure) so it would help if someone who has had success running those before could make sure something else wasn't unintentionally broken.

@b-rad15 b-rad15 requested a review from basnijholt as a code owner November 3, 2023 08:44
assert_expected_color_temp(state)


async def test_unconventional_sun_events(hass):
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This test seems to be defined twice

@th3w1zard1
Copy link
Collaborator

th3w1zard1 commented Nov 5, 2023

I'm confused. So you forked over my existing PR at #535, then you modified it, then you submitted a new pull request for us asking to merge this. But more importantly, why is your PR showing that I committed here two days ago? Is this a github bug?
image

@protyposis
Copy link
Collaborator

Is this a github bug?

This is standard behavior of Git and not related to GitHub. @b-rad15 rebased your branch, which created copies of your original commits. Git automatically assigned you as original author of these commits, and @b-rad15 as the committer. He ran the rebase operation two days ago (from the time of your post), hence the date. So this is basically Git's way of crediting your past work to you, even when copied by someone else.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants