Add ESP32-C6 I2S count

This commit is contained in:
Jesse Hills 2023-11-14 17:11:22 +13:00
parent ae0e481cff
commit 83f9d88314
No known key found for this signature in database
GPG Key ID: BEAAE804EFD8E83A
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,7 @@ from esphome.components.esp32.const import (
VARIANT_ESP32S2,
VARIANT_ESP32S3,
VARIANT_ESP32C3,
VARIANT_ESP32C6,
)
CODEOWNERS = ["@jesserockz"]
@ -38,6 +39,7 @@ I2S_PORTS = {
VARIANT_ESP32S2: 1,
VARIANT_ESP32S3: 2,
VARIANT_ESP32C3: 1,
VARIANT_ESP32C6: 1,
}
CONFIG_SCHEMA = cv.Schema(