mirror of
https://github.com/esphome/esphome.git
synced 2024-12-03 20:24:14 +01:00
fixed tests1
This commit is contained in:
parent
5be6013c5c
commit
339ad955ed
7 changed files with 48 additions and 0 deletions
12
tests/components/hdc2010/test.esp32-s3-ard.yaml
Normal file
12
tests/components/hdc2010/test.esp32-s3-ard.yaml
Normal file
|
@ -0,0 +1,12 @@
|
|||
i2c:
|
||||
- id: i2c_hdc2010
|
||||
scl: 16
|
||||
sda: 17
|
||||
|
||||
sensor:
|
||||
- platform: hdc2010
|
||||
temperature:
|
||||
name: Temperature
|
||||
humidity:
|
||||
name: Humidity
|
||||
update_interval: 15s
|
12
tests/components/hdc2010/test.esp32-s3-idf.yaml
Normal file
12
tests/components/hdc2010/test.esp32-s3-idf.yaml
Normal file
|
@ -0,0 +1,12 @@
|
|||
i2c:
|
||||
- id: i2c_hdc2010
|
||||
scl: 16
|
||||
sda: 17
|
||||
|
||||
sensor:
|
||||
- platform: hdc2010
|
||||
temperature:
|
||||
name: Temperature
|
||||
humidity:
|
||||
name: Humidity
|
||||
update_interval: 15s
|
12
tests/components/hdc2010/test.esp8266-ard.yaml
Normal file
12
tests/components/hdc2010/test.esp8266-ard.yaml
Normal file
|
@ -0,0 +1,12 @@
|
|||
i2c:
|
||||
- id: i2c_hdc2010
|
||||
scl: 5
|
||||
sda: 4
|
||||
|
||||
sensor:
|
||||
- platform: hdc2010
|
||||
temperature:
|
||||
name: Temperature
|
||||
humidity:
|
||||
name: Humidity
|
||||
update_interval: 15s
|
12
tests/components/hdc2010/test.rp2040-ard.yaml
Normal file
12
tests/components/hdc2010/test.rp2040-ard.yaml
Normal file
|
@ -0,0 +1,12 @@
|
|||
i2c:
|
||||
- id: i2c_hdc2010
|
||||
scl: 5
|
||||
sda: 4
|
||||
|
||||
sensor:
|
||||
- platform: hdc2010
|
||||
temperature:
|
||||
name: Temperature
|
||||
humidity:
|
||||
name: Humidity
|
||||
update_interval: 15s
|
Loading…
Reference in a new issue