Mark removed config schemas as removed (#61014)
This commit is contained in:
parent
e2fca2e305
commit
eb5a321a9f
28 changed files with 28 additions and 29 deletions
|
@ -5,7 +5,7 @@ import homeassistant.helpers.config_validation as cv
|
|||
|
||||
from .const import DOMAIN, PLATFORMS
|
||||
|
||||
CONFIG_SCHEMA = cv.deprecated(DOMAIN)
|
||||
CONFIG_SCHEMA = cv.removed(DOMAIN, raise_if_present=False)
|
||||
|
||||
|
||||
async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue