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

Fix and test for prefixed MAC addresses. #5052

Merged
merged 4 commits into from
Dec 26, 2016

Conversation

aequitas
Copy link
Contributor

Should fix issues with: #5036

@mention-bot
Copy link

@aequitas, thanks for your PR! By analyzing the history of the files in this pull request, we identified @balloob, @kellerza and @pvizeli to be potential reviewers.


mac = 'PREFIXED_B8:27:EB:00:00:00'
device = device_tracker.Device(
self.hass, timedelta(seconds=180), True, 'test', mac, 'Test name')

Choose a reason for hiding this comment

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

line too long (82 > 79 characters)


mac = '0:27:EB:00:00:00'
device = device_tracker.Device(
self.hass, timedelta(seconds=180), True, 'test', mac, 'Test name')

Choose a reason for hiding this comment

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

line too long (82 > 79 characters)


mac = 'B8:27:EB:00:00:00'
device = device_tracker.Device(
self.hass, timedelta(seconds=180), True, 'test', mac, 'Test name')

Choose a reason for hiding this comment

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

line too long (82 > 79 characters)

@w1ll1am23
Copy link
Contributor

Oh yeah, much better than my fix lol. I go ahead and close #5036

@w1ll1am23 w1ll1am23 mentioned this pull request Dec 23, 2016
1 task
@balloob balloob merged commit 43e5d28 into home-assistant:dev Dec 26, 2016
@home-assistant home-assistant locked and limited conversation to collaborators Mar 30, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants