Skip to content

Commit c345f46

Browse files
authored
[i2c] New low power configuration variable (#5704)
New low_power_mode boolean configuration variable related to esphome/esphome#12063
1 parent 1c04dc4 commit c345f46

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

content/components/i2c.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ i2c:
5353
- **scl_pullup_enabled** (*Optional*, boolean): Enable the internal pullup resistor for the SCL pin.
5454
Defaults to `true`. Only available on ESP32.
5555

56+
- **low_power_mode** (*Optional*, boolean): Enable the low-power (master only) I²C bus.
57+
Only availible on ESP32C5, ESP32C6 and ESP32P4. Defaults to `false` unless required.
58+
5659
- **id** (*Optional*, [ID](/guides/configuration-types#id)): Manually specify the ID for this I²C bus if you need multiple I²C buses.
5760

5861
> [!NOTE]

0 commit comments

Comments
 (0)