FUb Components
This commit is contained in:
@@ -20,10 +20,6 @@ from esphome.const import (
|
||||
DEVICE_CLASS_DURATION,
|
||||
)
|
||||
|
||||
CODEOWNERS = ["@jonatanrek"]
|
||||
|
||||
DEPENDENCIES = ['uart']
|
||||
|
||||
CONF_BED_TEMPERATURE = "bed_temperature"
|
||||
CONF_BED_SET_TEMPERATURE = "bed_set_temperature"
|
||||
|
||||
@@ -84,7 +80,7 @@ CONFIG_SCHEMA = uart.UART_DEVICE_SCHEMA.extend(
|
||||
),
|
||||
# cv.Optional(CONF_PRINTER_STATUS): text_sensor.text_sensor_schema(),
|
||||
}
|
||||
).extend(cv.polling_component_schema("15s"))
|
||||
)
|
||||
|
||||
async def to_code(config):
|
||||
var = cg.new_Pvariable(config[CONF_ID])
|
||||
|
Reference in New Issue
Block a user