formatting

This commit is contained in:
Gábor Poczkodi 2024-10-20 00:28:25 +02:00
parent 2b286e7ad2
commit 467692d257

View file

@ -27,7 +27,15 @@ from esphome.const import (
CODEOWNERS = ["@gabest11"]
DEPENDENCIES = ["i2c"]
AUTO_LOAD = ["sensor", "binary_sensor", "text_sensor", "number", "switch", "select", "text"]
AUTO_LOAD = [
"sensor",
"binary_sensor",
"text_sensor",
"number",
"switch",
"select",
"text",
]
MULTI_CONF = True
UNIT_MEGA_HERTZ = "MHz"