Moved SoftwareSeriel to the .py files

This commit is contained in:
2024-05-02 12:17:43 +02:00
parent 5e89b866b4
commit 8ed0efd32c
3 changed files with 6 additions and 5 deletions

View File

@ -19,4 +19,6 @@ def to_code(config):
yield output.register_output(var, config)
callback = yield cg.get_variable(config[CONF_STATE_CALLBACK])
cg.add(var.set_state_callback(callback))
cg.add(var.set_state_callback(callback))
cg.add_library("plerup/EspSoftwareSerial", "8.2.0")