Use reference strings in Totalconnect (#41047)

* Update strings.json

* Update config_flow.py

* Update test_config_flow.py
This commit is contained in:
SNoof85 2020-10-02 21:45:49 +02:00 committed by GitHub
parent 4ab479d48d
commit f654834d34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View file

@ -100,4 +100,4 @@ async def test_login_failed(hass):
)
assert result["type"] == data_entry_flow.RESULT_TYPE_FORM
assert result["errors"] == {"base": "login"}
assert result["errors"] == {"base": "invalid_auth"}