Deduplicate constants A-D (#105638)
This commit is contained in:
parent
02853a62f0
commit
ac53b78a0c
61 changed files with 91 additions and 101 deletions
|
@ -9,7 +9,6 @@ import pytest
|
|||
from homeassistant import config_entries
|
||||
from homeassistant.components.workday.const import (
|
||||
CONF_ADD_HOLIDAYS,
|
||||
CONF_COUNTRY,
|
||||
CONF_EXCLUDES,
|
||||
CONF_OFFSET,
|
||||
CONF_REMOVE_HOLIDAYS,
|
||||
|
@ -19,7 +18,7 @@ from homeassistant.components.workday.const import (
|
|||
DEFAULT_WORKDAYS,
|
||||
DOMAIN,
|
||||
)
|
||||
from homeassistant.const import CONF_LANGUAGE, CONF_NAME
|
||||
from homeassistant.const import CONF_COUNTRY, CONF_LANGUAGE, CONF_NAME
|
||||
from homeassistant.core import HomeAssistant
|
||||
from homeassistant.data_entry_flow import FlowResultType
|
||||
from homeassistant.util.dt import UTC
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue