From e8b4b7074785df75c2474512fcde78a0982916b0 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Fri, 3 Dec 2021 11:22:28 +0100 Subject: [PATCH] Mark config schema as removed in Verisure (#60896) --- homeassistant/components/verisure/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/verisure/__init__.py b/homeassistant/components/verisure/__init__.py index 8abb3e59a9f..bea82a4785c 100644 --- a/homeassistant/components/verisure/__init__.py +++ b/homeassistant/components/verisure/__init__.py @@ -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: