mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-05-28 00:38:28 +02:00
Binary Sensor codegen tidyup (#3217)
This commit is contained in:
@@ -8,7 +8,7 @@ TeleInfoTextSensor = teleinfo_ns.class_(
|
||||
"TeleInfoTextSensor", text_sensor.TextSensor, cg.Component
|
||||
)
|
||||
|
||||
CONFIG_SCHEMA = text_sensor.text_sensor_schema(klass=TeleInfoTextSensor).extend(
|
||||
CONFIG_SCHEMA = text_sensor.text_sensor_schema(TeleInfoTextSensor).extend(
|
||||
TELEINFO_LISTENER_SCHEMA
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user