mirror of
https://github.com/esphome/esphome.git
synced 2025-09-01 10:52:19 +01:00
Add some components to the new testing framework (T) (#6229)
This commit is contained in:
15
tests/components/tca9548a/test.esp32-c3-idf.yaml
Normal file
15
tests/components/tca9548a/test.esp32-c3-idf.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
i2c:
|
||||
- id: i2c_tca9548a
|
||||
scl: 5
|
||||
sda: 4
|
||||
|
||||
tca9548a:
|
||||
- id: multiplex0
|
||||
address: 0x70
|
||||
channels:
|
||||
- bus_id: multiplex0_chan0
|
||||
channel: 0
|
||||
i2c_id: i2c_tca9548a
|
||||
- id: multiplex1
|
||||
address: 0x71
|
||||
i2c_id: multiplex0_chan0
|
15
tests/components/tca9548a/test.esp32-c3.yaml
Normal file
15
tests/components/tca9548a/test.esp32-c3.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
i2c:
|
||||
- id: i2c_tca9548a
|
||||
scl: 5
|
||||
sda: 4
|
||||
|
||||
tca9548a:
|
||||
- id: multiplex0
|
||||
address: 0x70
|
||||
channels:
|
||||
- bus_id: multiplex0_chan0
|
||||
channel: 0
|
||||
i2c_id: i2c_tca9548a
|
||||
- id: multiplex1
|
||||
address: 0x71
|
||||
i2c_id: multiplex0_chan0
|
15
tests/components/tca9548a/test.esp32-idf.yaml
Normal file
15
tests/components/tca9548a/test.esp32-idf.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
i2c:
|
||||
- id: i2c_tca9548a
|
||||
scl: 16
|
||||
sda: 17
|
||||
|
||||
tca9548a:
|
||||
- id: multiplex0
|
||||
address: 0x70
|
||||
channels:
|
||||
- bus_id: multiplex0_chan0
|
||||
channel: 0
|
||||
i2c_id: i2c_tca9548a
|
||||
- id: multiplex1
|
||||
address: 0x71
|
||||
i2c_id: multiplex0_chan0
|
15
tests/components/tca9548a/test.esp32.yaml
Normal file
15
tests/components/tca9548a/test.esp32.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
i2c:
|
||||
- id: i2c_tca9548a
|
||||
scl: 16
|
||||
sda: 17
|
||||
|
||||
tca9548a:
|
||||
- id: multiplex0
|
||||
address: 0x70
|
||||
channels:
|
||||
- bus_id: multiplex0_chan0
|
||||
channel: 0
|
||||
i2c_id: i2c_tca9548a
|
||||
- id: multiplex1
|
||||
address: 0x71
|
||||
i2c_id: multiplex0_chan0
|
15
tests/components/tca9548a/test.esp8266.yaml
Normal file
15
tests/components/tca9548a/test.esp8266.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
i2c:
|
||||
- id: i2c_tca9548a
|
||||
scl: 5
|
||||
sda: 4
|
||||
|
||||
tca9548a:
|
||||
- id: multiplex0
|
||||
address: 0x70
|
||||
channels:
|
||||
- bus_id: multiplex0_chan0
|
||||
channel: 0
|
||||
i2c_id: i2c_tca9548a
|
||||
- id: multiplex1
|
||||
address: 0x71
|
||||
i2c_id: multiplex0_chan0
|
15
tests/components/tca9548a/test.rp2040.yaml
Normal file
15
tests/components/tca9548a/test.rp2040.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
i2c:
|
||||
- id: i2c_tca9548a
|
||||
scl: 5
|
||||
sda: 4
|
||||
|
||||
tca9548a:
|
||||
- id: multiplex0
|
||||
address: 0x70
|
||||
channels:
|
||||
- bus_id: multiplex0_chan0
|
||||
channel: 0
|
||||
i2c_id: i2c_tca9548a
|
||||
- id: multiplex1
|
||||
address: 0x71
|
||||
i2c_id: multiplex0_chan0
|
Reference in New Issue
Block a user