Deduplicate constants E-Z (#105657)

This commit is contained in:
Joost Lekkerkerker 2023-12-13 17:05:37 +01:00 committed by GitHub
parent bbfffbb47e
commit a82410d5e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
102 changed files with 193 additions and 258 deletions

View file

@ -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,
)