[core] Remove deprecated schema constants (#11591)

This commit is contained in:
Jesse Hills
2025-10-29 18:14:02 +13:00
committed by GitHub
parent b6c9ece0e6
commit 09d89000ad
20 changed files with 2 additions and 130 deletions

View File

@@ -300,7 +300,7 @@ def fix_remote_receiver():
remote_receiver_schema["CONFIG_SCHEMA"] = {
"type": "schema",
"schema": {
"extends": ["binary_sensor.BINARY_SENSOR_SCHEMA", "core.COMPONENT_SCHEMA"],
"extends": ["binary_sensor._BINARY_SENSOR_SCHEMA", "core.COMPONENT_SCHEMA"],
"config_vars": output["remote_base"].pop("binary"),
},
}