forked from home-assistant/core
Mark config schema as removed in Verisure (#60896)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user