Add fortigate deprecation message (#34854)
parent
a65edc8dc1
commit
29a05a6a65
|
@ -21,6 +21,8 @@ DOMAIN = "fortigate"
|
|||
DATA_FGT = DOMAIN
|
||||
|
||||
CONFIG_SCHEMA = vol.Schema(
|
||||
vol.All(
|
||||
cv.deprecated(DOMAIN, invalidation_version="0.112.0"),
|
||||
{
|
||||
DOMAIN: vol.Schema(
|
||||
{
|
||||
|
@ -33,6 +35,7 @@ CONFIG_SCHEMA = vol.Schema(
|
|||
}
|
||||
)
|
||||
},
|
||||
),
|
||||
extra=vol.ALLOW_EXTRA,
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue