[sound_level] fix spelling mistake (#9843)

This commit is contained in:
tomaszduda23 2025-07-24 13:26:21 +02:00 committed by GitHub
parent 729f20d765
commit 73f58dfe80
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@ from esphome.const import (
UNIT_DECIBEL, UNIT_DECIBEL,
) )
AUTOLOAD = ["audio"] AUTO_LOAD = ["audio"]
CODEOWNERS = ["@kahrendt"] CODEOWNERS = ["@kahrendt"]
DEPENDENCIES = ["microphone"] DEPENDENCIES = ["microphone"]