Deduplicate constants E-Z (#105657)
This commit is contained in:
parent
bbfffbb47e
commit
a82410d5e9
102 changed files with 193 additions and 258 deletions
|
@ -21,6 +21,7 @@ from homeassistant.const import (
|
|||
CONF_HOST,
|
||||
CONF_PASSWORD,
|
||||
CONF_PORT,
|
||||
CONF_PROTOCOL,
|
||||
CONF_USERNAME,
|
||||
Platform,
|
||||
)
|
||||
|
@ -271,7 +272,7 @@ async def test_browsing_not_loaded(
|
|||
const.CONF_USE_HTTPS: TEST_USE_HTTPS,
|
||||
},
|
||||
options={
|
||||
const.CONF_PROTOCOL: DEFAULT_PROTOCOL,
|
||||
CONF_PROTOCOL: DEFAULT_PROTOCOL,
|
||||
},
|
||||
title=TEST_NVR_NAME2,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue