mirror of
https://github.com/esphome/esphome.git
synced 2025-09-01 19:02:18 +01:00
[io_bus] Initial implementation (#8227)
This commit is contained in:
7
tests/components/io_bus/common.yaml
Normal file
7
tests/components/io_bus/common.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
io_bus:
|
||||
|
||||
esphome:
|
||||
on_boot:
|
||||
lambda: |-
|
||||
#include "esphome/components/io_bus/io_bus.h"
|
||||
|
1
tests/components/io_bus/test.esp32-ard.yaml
Normal file
1
tests/components/io_bus/test.esp32-ard.yaml
Normal file
@@ -0,0 +1 @@
|
||||
!include common.yaml
|
1
tests/components/io_bus/test.esp32-c3-ard.yaml
Normal file
1
tests/components/io_bus/test.esp32-c3-ard.yaml
Normal file
@@ -0,0 +1 @@
|
||||
!include common.yaml
|
1
tests/components/io_bus/test.esp32-c3-idf.yaml
Normal file
1
tests/components/io_bus/test.esp32-c3-idf.yaml
Normal file
@@ -0,0 +1 @@
|
||||
!include common.yaml
|
1
tests/components/io_bus/test.esp32-idf.yaml
Normal file
1
tests/components/io_bus/test.esp32-idf.yaml
Normal file
@@ -0,0 +1 @@
|
||||
!include common.yaml
|
1
tests/components/io_bus/test.esp8266-ard.yaml
Normal file
1
tests/components/io_bus/test.esp8266-ard.yaml
Normal file
@@ -0,0 +1 @@
|
||||
!include common.yaml
|
1
tests/components/io_bus/test.host.yaml
Normal file
1
tests/components/io_bus/test.host.yaml
Normal file
@@ -0,0 +1 @@
|
||||
!include common.yaml
|
1
tests/components/io_bus/test.rp2040-ard.yaml
Normal file
1
tests/components/io_bus/test.rp2040-ard.yaml
Normal file
@@ -0,0 +1 @@
|
||||
!include common.yaml
|
Reference in New Issue
Block a user