From 8d65c41e9653abf68372ed9aaa82e6de6abfc935 Mon Sep 17 00:00:00 2001 From: jakeapp Date: Mon, 13 Jan 2025 10:49:35 -0800 Subject: [PATCH] Update i2c.rst (#4580) https://github.com/esphome/esphome/pull/6145 Allows esp8266 to handle multiple i2c busses, tested and working. --- components/i2c.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/i2c.rst b/components/i2c.rst index ec05601958..e6027fa21d 100644 --- a/components/i2c.rst +++ b/components/i2c.rst @@ -44,7 +44,7 @@ Configuration variables: .. note:: - If the device can support multiple I²C buses (ESP32 has 2, ESP8266 does not support more than one) these buses need to be defined as below and sensors need to be setup specifying the correct bus: + If the device can support multiple I²C buses these buses need to be defined as below and sensors need to be setup specifying the correct bus: .. code-block:: yaml