mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Add fortigate deprecation message (#34854)
This commit is contained in:
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…
x
Reference in New Issue
Block a user