1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-03 03:42:20 +01:00

[es7210] add support for es7210 ADC (#8007)

This commit is contained in:
Kevin Ahrendt
2025-01-14 21:47:22 -06:00
committed by GitHub
parent c43d8460bd
commit 98817a5bbf
12 changed files with 492 additions and 2 deletions

View File

@@ -490,6 +490,7 @@ CONF_MEMORY_BLOCKS = "memory_blocks"
CONF_MESSAGE = "message"
CONF_METHANE = "methane"
CONF_METHOD = "method"
CONF_MIC_GAIN = "mic_gain"
CONF_MICROPHONE = "microphone"
CONF_MIN_BRIGHTNESS = "min_brightness"
CONF_MIN_COOLING_OFF_TIME = "min_cooling_off_time"