Update devolo-home-control-api to 0.16.0 (#42944)
This commit is contained in:
parent
bc4bbaf6ef
commit
804579cd54
7 changed files with 7 additions and 24 deletions
|
@ -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",
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue