mirror of
https://github.com/esphome/esphome.git
synced 2025-10-28 21:53:48 +00:00
Binary Sensor codegen tidyup (#3217)
This commit is contained in:
@@ -17,7 +17,7 @@ NextionTextSensor = nextion_ns.class_(
|
||||
)
|
||||
|
||||
CONFIG_SCHEMA = (
|
||||
text_sensor.text_sensor_schema(klass=NextionTextSensor)
|
||||
text_sensor.text_sensor_schema(NextionTextSensor)
|
||||
.extend(CONFIG_TEXT_COMPONENT_SCHEMA)
|
||||
.extend(cv.polling_component_schema("never"))
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user