Update i2c.rst (#4580)

https://github.com/esphome/esphome/pull/6145

Allows esp8266 to handle multiple i2c busses, tested and working.
This commit is contained in:
jakeapp 2025-01-13 10:49:35 -08:00 committed by GitHub
parent cca1098284
commit 8d65c41e96
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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