1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-18 09:43:47 +01:00
This commit is contained in:
J. Nick Koston
2025-10-08 12:47:46 -10:00
parent b725c7c024
commit 9f5b5a96e9
8 changed files with 22 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
one_wire: one_wire:
- platform: gpio - platform: gpio
pin: 4 pin: ${one_wire_pin}
sensor: sensor:
- platform: dallas_temp - platform: dallas_temp

View File

@@ -1,3 +1,6 @@
substitutions:
one_wire_pin: "4"
packages: packages:
i2c: !include ../../test_build_components/common/i2c/esp32-ard.yaml i2c: !include ../../test_build_components/common/i2c/esp32-ard.yaml

View File

@@ -1,3 +1,6 @@
substitutions:
one_wire_pin: "4"
packages: packages:
i2c: !include ../../test_build_components/common/i2c/esp32-c3-ard.yaml i2c: !include ../../test_build_components/common/i2c/esp32-c3-ard.yaml

View File

@@ -1,3 +1,6 @@
substitutions:
one_wire_pin: "4"
packages: packages:
i2c: !include ../../test_build_components/common/i2c/esp32-c3-idf.yaml i2c: !include ../../test_build_components/common/i2c/esp32-c3-idf.yaml

View File

@@ -1,3 +1,6 @@
substitutions:
one_wire_pin: "4"
packages: packages:
i2c: !include ../../test_build_components/common/i2c/esp32-idf.yaml i2c: !include ../../test_build_components/common/i2c/esp32-idf.yaml

View File

@@ -1,3 +1,6 @@
substitutions:
one_wire_pin: "13"
packages: packages:
i2c: !include ../../test_build_components/common/i2c/esp8266-ard.yaml i2c: !include ../../test_build_components/common/i2c/esp8266-ard.yaml

View File

@@ -1,3 +1,6 @@
substitutions:
one_wire_pin: "10"
packages: packages:
i2c: !include ../../test_build_components/common/i2c/rp2040-ard.yaml i2c: !include ../../test_build_components/common/i2c/rp2040-ard.yaml

View File

@@ -1 +1,4 @@
packages:
spi: !include ../../test_build_components/common/spi/esp32-ard.yaml
<<: !include common.yaml <<: !include common.yaml