1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 14:43:51 +00:00

Merge remote-tracking branch 'upstream/dev' into idf_webserver_ota

This commit is contained in:
J. Nick Koston
2025-06-29 19:19:32 -05:00
30 changed files with 870 additions and 592 deletions

View File

@@ -0,0 +1,22 @@
i2c:
id: i2c_pi4ioe5v6408
sda: ${i2c_sda}
scl: ${i2c_scl}
pi4ioe5v6408:
id: pi4ioe1
address: 0x44
switch:
- platform: gpio
id: switch1
pin:
pi4ioe5v6408: pi4ioe1
number: 0
binary_sensor:
- platform: gpio
id: sensor1
pin:
pi4ioe5v6408: pi4ioe1
number: 1

View File

@@ -0,0 +1,5 @@
substitutions:
i2c_sda: GPIO21
i2c_scl: GPIO22
<<: !include common.yaml

View File

@@ -0,0 +1,5 @@
substitutions:
i2c_sda: GPIO21
i2c_scl: GPIO22
<<: !include common.yaml

View File

@@ -0,0 +1,5 @@
substitutions:
i2c_sda: GPIO4
i2c_scl: GPIO5
<<: !include common.yaml