Remove setting name in AnthemAV config flow (#99148)

This commit is contained in:
Joost Lekkerkerker 2023-09-26 19:58:47 +02:00 committed by GitHub
parent 20a2e129fb
commit bc665a1368
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 12 deletions

View file

@ -36,10 +36,10 @@ async def test_form_with_valid_connection(
await hass.async_block_till_done()
assert result2["type"] == FlowResultType.CREATE_ENTRY
assert result2["title"] == "Anthem AV"
assert result2["data"] == {
"host": "1.1.1.1",
"port": 14999,
"name": "Anthem AV",
"mac": "00:00:00:00:00:01",
"model": "MRX 520",
}