From baad6e7d19b6e5bc294b807e854b8ae1b133d49c Mon Sep 17 00:00:00 2001 From: Guido Schreuder Date: Wed, 21 Feb 2024 08:59:31 +0100 Subject: [PATCH] wording --- esphome/components/ebus/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esphome/components/ebus/__init__.py b/esphome/components/ebus/__init__.py index 052410e4f8..9fde5dbf0a 100644 --- a/esphome/components/ebus/__init__.py +++ b/esphome/components/ebus/__init__.py @@ -16,7 +16,7 @@ from esphome.const import ( # TODO: send identification response when requested # 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 -# TODO: telegrams are always send to slave right now, primary->primary communication +# TODO: telegrams are always send to secondary right now, primary->primary communication # is possible according to the spec, but haven't found any need for it yet