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