1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-27 05:03:48 +00:00

Merge branch 'redundant_setters' into integration

This commit is contained in:
J. Nick Koston
2025-10-23 11:29:33 -07:00
15 changed files with 268 additions and 15 deletions

View File

@@ -0,0 +1,7 @@
sensor:
- platform: hdc2010
i2c_id: i2c_bus
temperature:
name: Temperature
humidity:
name: Humidity

View File

@@ -0,0 +1,4 @@
packages:
i2c: !include ../../test_build_components/common/i2c/esp32-c3-idf.yaml
<<: !include common.yaml

View File

@@ -0,0 +1,4 @@
packages:
i2c: !include ../../test_build_components/common/i2c/esp32-idf.yaml
<<: !include common.yaml

View File

@@ -0,0 +1,4 @@
packages:
i2c: !include ../../test_build_components/common/i2c/esp8266-ard.yaml
<<: !include common.yaml

View File

@@ -0,0 +1,4 @@
packages:
i2c: !include ../../test_build_components/common/i2c/rp2040-ard.yaml
<<: !include common.yaml