Mark config schema as removed in Verisure (#60896)
This commit is contained in:
parent
d784c8dd1a
commit
e8b4b70747
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ PLATFORMS = [
|
|||
SWITCH_DOMAIN,
|
||||
]
|
||||
|
||||
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
Reference in a new issue