From f34e831650a0a5cce65774f50fd3f6fe6cf47eea Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 8 Sep 2020 11:59:39 +0200 Subject: [PATCH] Remove invalidation version from panel_custom (#39782) --- homeassistant/components/panel_custom/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/panel_custom/__init__.py b/homeassistant/components/panel_custom/__init__.py index e663665675c..a2175253ce1 100644 --- a/homeassistant/components/panel_custom/__init__.py +++ b/homeassistant/components/panel_custom/__init__.py @@ -50,7 +50,7 @@ CONFIG_SCHEMA = vol.Schema( cv.ensure_list, [ vol.All( - cv.deprecated(CONF_WEBCOMPONENT_PATH, invalidation_version="0.115"), + cv.deprecated(CONF_WEBCOMPONENT_PATH), vol.Schema( { vol.Required(CONF_COMPONENT_NAME): cv.string,