mirror of
https://github.com/esphome/esphome.git
synced 2024-11-23 23:48:11 +01:00
formatting
This commit is contained in:
parent
2b286e7ad2
commit
467692d257
1 changed files with 9 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue