Mark config schema as removed in Verisure (#60896)

This commit is contained in:
Franck Nijhof 2021-12-03 11:22:28 +01:00 committed by GitHub
parent d784c8dd1a
commit e8b4b70747
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: