mirror of
https://github.com/esphome/esphome.git
synced 2025-10-18 09:43:47 +01:00
tweak
This commit is contained in:
@@ -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
|
||||||
|
@@ -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
|
||||||
|
|
||||||
|
@@ -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
|
||||||
|
|
||||||
|
@@ -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
|
||||||
|
|
||||||
|
@@ -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
|
||||||
|
|
||||||
|
@@ -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
|
||||||
|
|
||||||
|
@@ -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
|
||||||
|
|
||||||
|
@@ -1 +1,4 @@
|
|||||||
|
packages:
|
||||||
|
spi: !include ../../test_build_components/common/spi/esp32-ard.yaml
|
||||||
|
|
||||||
<<: !include common.yaml
|
<<: !include common.yaml
|
||||||
|
Reference in New Issue
Block a user