forked from home-assistant/core
Deprecate Tibber YAML configuration (#50646)
This commit is contained in:
@@ -21,7 +21,10 @@ PLATFORMS = [
|
||||
]
|
||||
|
||||
CONFIG_SCHEMA = vol.Schema(
|
||||
vol.All(
|
||||
cv.deprecated(DOMAIN),
|
||||
{DOMAIN: vol.Schema({vol.Required(CONF_ACCESS_TOKEN): cv.string})},
|
||||
),
|
||||
extra=vol.ALLOW_EXTRA,
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user