Clean up or correct from removed deprecation for MQTT platform (#82684)
Clean up or correct from removed deprecation
This commit is contained in:
parent
34757fa539
commit
4335b0db25
27 changed files with 31 additions and 35 deletions
|
@ -224,7 +224,7 @@ _PLATFORM_SCHEMA_BASE = (
|
|||
.extend(MQTT_LIGHT_SCHEMA_SCHEMA.schema)
|
||||
)
|
||||
|
||||
# The use of PLATFORM_SCHEMA is deprecated in HA Core 2022.6
|
||||
# The use of PLATFORM_SCHEMA was deprecated in HA Core 2022.6
|
||||
PLATFORM_SCHEMA_BASIC = vol.All(
|
||||
cv.PLATFORM_SCHEMA.extend(_PLATFORM_SCHEMA_BASE.schema),
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue