mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Deprecate MELCloud YAML configuration (#50645)
This commit is contained in:
parent
77bed66a4d
commit
f2f64348e7
@ -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,
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user