mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Remove invalidation version from panel_custom (#39782)
This commit is contained in:
parent
c9ec533aa5
commit
f34e831650
@ -50,7 +50,7 @@ CONFIG_SCHEMA = vol.Schema(
|
|||||||
cv.ensure_list,
|
cv.ensure_list,
|
||||||
[
|
[
|
||||||
vol.All(
|
vol.All(
|
||||||
cv.deprecated(CONF_WEBCOMPONENT_PATH, invalidation_version="0.115"),
|
cv.deprecated(CONF_WEBCOMPONENT_PATH),
|
||||||
vol.Schema(
|
vol.Schema(
|
||||||
{
|
{
|
||||||
vol.Required(CONF_COMPONENT_NAME): cv.string,
|
vol.Required(CONF_COMPONENT_NAME): cv.string,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user