mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-05-25 23:28:28 +02:00
Binary Sensor codegen tidyup (#3217)
This commit is contained in:
@@ -165,7 +165,7 @@ def declare_protocol(name):
|
||||
|
||||
|
||||
BINARY_SENSOR_REGISTRY = Registry(
|
||||
binary_sensor.BINARY_SENSOR_SCHEMA.extend(
|
||||
binary_sensor.binary_sensor_schema().extend(
|
||||
{
|
||||
cv.GenerateID(CONF_RECEIVER_ID): cv.use_id(RemoteReceiverBase),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user