Remove setting name in AnthemAV config flow (#99148)
This commit is contained in:
parent
20a2e129fb
commit
bc665a1368
4 changed files with 9 additions and 12 deletions
|
@ -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",
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue