mirror of
https://github.com/esphome/esphome.git
synced 2024-11-27 17:27:59 +01:00
added some todo's
This commit is contained in:
parent
3b7072df6a
commit
2d4959d8c6
1 changed files with 7 additions and 0 deletions
|
@ -8,6 +8,13 @@ from esphome.const import (
|
||||||
CONF_RX_PIN,
|
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"]
|
CODEOWNERS = ["@guidoschreuder"]
|
||||||
|
|
||||||
ebus_ns = cg.esphome_ns.namespace("ebus")
|
ebus_ns = cg.esphome_ns.namespace("ebus")
|
||||||
|
|
Loading…
Reference in a new issue