mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
This commit is contained in:
parent
ec3dc3dd16
commit
7ee741d424
@ -519,9 +519,7 @@ async def async_load_config(
|
||||
|
||||
This method is a coroutine.
|
||||
"""
|
||||
dev_schema = vol.All(
|
||||
cv.deprecated(CONF_AWAY_HIDE, invalidation_version="0.107.0"),
|
||||
vol.Schema(
|
||||
dev_schema = vol.Schema(
|
||||
{
|
||||
vol.Required(CONF_NAME): cv.string,
|
||||
vol.Optional(CONF_ICON, default=None): vol.Any(None, cv.icon),
|
||||
@ -536,7 +534,6 @@ async def async_load_config(
|
||||
cv.time_period, cv.positive_timedelta
|
||||
),
|
||||
}
|
||||
),
|
||||
)
|
||||
result = []
|
||||
try:
|
||||
|
Loading…
x
Reference in New Issue
Block a user