Update devolo-home-control-api to 0.16.0 (#42944)

This commit is contained in:
Guido Schmitz 2020-11-09 12:17:35 +01:00 committed by GitHub
parent bc4bbaf6ef
commit 804579cd54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 7 additions and 24 deletions

View file

@ -40,7 +40,6 @@ async def test_form(hass):
assert result2["data"] == {
"username": "test-username",
"password": "test-password",
"home_control_url": "https://homecontrol.mydevolo.com",
"mydevolo_url": "https://www.mydevolo.com",
}
@ -114,7 +113,6 @@ async def test_form_advanced_options(hass):
{
"username": "test-username",
"password": "test-password",
"home_control_url": "https://test_url.test",
"mydevolo_url": "https://test_mydevolo_url.test",
},
)
@ -125,7 +123,6 @@ async def test_form_advanced_options(hass):
assert result2["data"] == {
"username": "test-username",
"password": "test-password",
"home_control_url": "https://test_url.test",
"mydevolo_url": "https://test_mydevolo_url.test",
}