mirror of
https://github.com/esphome/esphome.git
synced 2025-09-01 10:52:19 +01:00
change to new 1-wire platform (#6860)
Co-authored-by: Samuel Sieb <samuel@sieb.net> Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
11
tests/components/dallas_temp/common.yaml
Normal file
11
tests/components/dallas_temp/common.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
one_wire:
|
||||
- platform: gpio
|
||||
pin: 4
|
||||
|
||||
sensor:
|
||||
- platform: dallas_temp
|
||||
address: 0x1C0000031EDD2A28
|
||||
name: Dallas Temperature
|
||||
resolution: 9
|
||||
- platform: dallas_temp
|
||||
name: Dallas Temperature
|
1
tests/components/dallas_temp/test.esp32-c3-idf.yaml
Normal file
1
tests/components/dallas_temp/test.esp32-c3-idf.yaml
Normal file
@@ -0,0 +1 @@
|
||||
<<: !include common.yaml
|
1
tests/components/dallas_temp/test.esp32-c3.yaml
Normal file
1
tests/components/dallas_temp/test.esp32-c3.yaml
Normal file
@@ -0,0 +1 @@
|
||||
<<: !include common.yaml
|
1
tests/components/dallas_temp/test.esp32-idf.yaml
Normal file
1
tests/components/dallas_temp/test.esp32-idf.yaml
Normal file
@@ -0,0 +1 @@
|
||||
<<: !include common.yaml
|
1
tests/components/dallas_temp/test.esp32.yaml
Normal file
1
tests/components/dallas_temp/test.esp32.yaml
Normal file
@@ -0,0 +1 @@
|
||||
<<: !include common.yaml
|
1
tests/components/dallas_temp/test.esp8266.yaml
Normal file
1
tests/components/dallas_temp/test.esp8266.yaml
Normal file
@@ -0,0 +1 @@
|
||||
<<: !include common.yaml
|
1
tests/components/dallas_temp/test.rp2040.yaml
Normal file
1
tests/components/dallas_temp/test.rp2040.yaml
Normal file
@@ -0,0 +1 @@
|
||||
<<: !include common.yaml
|
Reference in New Issue
Block a user