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

device tracker - tomato https support #11566

Merged
merged 13 commits into from
Jan 24, 2018
Prev Previous commit
Next Next commit
missing docstring
Gregory Dosh committed Jan 10, 2018
commit 00b9dcd9c3ac7bce48db51643b5826c0cd83365d
1 change: 1 addition & 0 deletions tests/components/device_tracker/test_tomato.py
Original file line number Diff line number Diff line change
@@ -10,6 +10,7 @@


def mock_session_response(*args, **kwargs):
"""Mock data generation for session response."""
class MockSessionResponse:
def __init__(self, text, status_code):
self.text = text