forked from home-assistant/core
Deprecate MELCloud YAML configuration (#50645)
This commit is contained in:
@@ -29,6 +29,8 @@ PLATFORMS = ["climate", "sensor", "water_heater"]
|
||||
|
||||
CONF_LANGUAGE = "language"
|
||||
CONFIG_SCHEMA = vol.Schema(
|
||||
vol.All(
|
||||
cv.deprecated(DOMAIN),
|
||||
{
|
||||
DOMAIN: vol.Schema(
|
||||
{
|
||||
@@ -37,6 +39,7 @@ CONFIG_SCHEMA = vol.Schema(
|
||||
}
|
||||
)
|
||||
},
|
||||
),
|
||||
extra=vol.ALLOW_EXTRA,
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user