mirror of
https://github.com/home-assistant/core.git
synced 2026-09-08 10:06:18 -05:00
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