1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-04 04:12:23 +01:00

[es8311] Add es8311 dac component (#7693)

This commit is contained in:
Kevin Ahrendt
2024-10-30 15:29:24 -04:00
committed by GitHub
parent 6afd004ec5
commit 765579dabb
14 changed files with 670 additions and 3 deletions

View File

@@ -92,6 +92,7 @@ CONF_BINARY_SENSORS = "binary_sensors"
CONF_BINDKEY = "bindkey"
CONF_BIRTH_MESSAGE = "birth_message"
CONF_BIT_DEPTH = "bit_depth"
CONF_BITS_PER_SAMPLE = "bits_per_sample"
CONF_BLOCK = "block"
CONF_BLUE = "blue"
CONF_BOARD = "board"