mirror of
https://github.com/esphome/esphome.git
synced 2026-06-24 12:53:26 +00:00
[i2s_audio] Move test bus into a shared package and give fixtures unique ids (#16793)
This commit is contained in:
@@ -59,6 +59,7 @@ DIRECT_BUS_TYPES = (
|
||||
"modbus",
|
||||
"remote_transmitter",
|
||||
"remote_receiver",
|
||||
"i2s_audio",
|
||||
)
|
||||
|
||||
# Signature for components with no bus requirements
|
||||
|
||||
@@ -53,6 +53,7 @@ BASE_BUS_COMPONENTS = {
|
||||
"canbus",
|
||||
"remote_transmitter",
|
||||
"remote_receiver",
|
||||
"i2s_audio",
|
||||
}
|
||||
|
||||
# Cache version for components graph
|
||||
|
||||
Reference in New Issue
Block a user