Add select
This commit is contained in:
@@ -6,8 +6,7 @@ from . import CONF_OPTOMA_RS232_ID, OptomaRS232Component
|
||||
|
||||
DEPENDENCIES = ["optoma_rs232"]
|
||||
|
||||
CONFIG_SCHEMA = text_sensor.text_sensor_schema(
|
||||
).extend({
|
||||
CONFIG_SCHEMA = text_sensor.text_sensor_schema().extend({
|
||||
cv.GenerateID(CONF_OPTOMA_RS232_ID): cv.use_id(OptomaRS232Component),
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user