added some todo's

This commit is contained in:
Guido Schreuder 2024-02-19 13:06:24 +01:00
parent 3b7072df6a
commit 2d4959d8c6

View File

@ -8,6 +8,13 @@ from esphome.const import (
CONF_RX_PIN,
)
# TODO: make ebus primary address optional for only listening on the bus
# TODO: send identification response ewhen requested
# TODO: add binary_sensor
# TODO: add debug mode that logs all messages on the bus
# TODO: investigate using UART component, but that does not seem to expose the UART NUM
CODEOWNERS = ["@guidoschreuder"]
ebus_ns = cg.esphome_ns.namespace("ebus")