mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
This commit is contained in:
parent
ab3157e661
commit
a017c26234
@ -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