From f3da0304c6a9b7188bc7e87408cc7b085591f300 Mon Sep 17 00:00:00 2001 From: Otto Winter Date: Wed, 6 Jun 2018 08:11:30 +0200 Subject: [PATCH] Fix i2c typo --- esphomeyaml/components/i2c.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esphomeyaml/components/i2c.rst b/esphomeyaml/components/i2c.rst index be6886088..4259de173 100644 --- a/esphomeyaml/components/i2c.rst +++ b/esphomeyaml/components/i2c.rst @@ -19,7 +19,7 @@ Configuration variables: - **sda** (*Optional*, :ref:`config-pin`): The pin for the data line of the i²c bus. Defaults to the default of your board (usually GPIO21 for ESP32 and GPIO4 for ESP8266). -- **sdc** (*Optional*, :ref:`config-pin`): The pin for the clock line of the i²c bus. +- **scl** (*Optional*, :ref:`config-pin`): The pin for the clock line of the i²c bus. Defaults to the default of your board (usually GPIO22 for ESP32 and GPIO5 for ESP8266). - **scan** (*Optional*, boolean): If esphomelib should do a search of the i2c address space on startup.