mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 19:57:07 +00:00
Mark config schema as removed in Verisure (#60896)
This commit is contained in:
parent
d784c8dd1a
commit
e8b4b70747
@ -31,7 +31,7 @@ PLATFORMS = [
|
|||||||
SWITCH_DOMAIN,
|
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:
|
async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user