mirror of
https://github.com/esphome/esphome.git
synced 2024-11-23 23:48:11 +01:00
removed unnecessary dependencies
This commit is contained in:
parent
8b495ea941
commit
e4c1a8b58c
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ from .. import (
|
|||
SENSOR_BASE_SCHEMA,
|
||||
)
|
||||
|
||||
DEPENDENCIES = ["optolink", "api"]
|
||||
DEPENDENCIES = ["optolink"]
|
||||
CODEOWNERS = ["@j0ta29"]
|
||||
|
||||
TextType = optolink_ns.enum("TextType")
|
||||
|
|
|
@ -17,7 +17,7 @@ from .. import (
|
|||
SENSOR_BASE_SCHEMA,
|
||||
)
|
||||
|
||||
DEPENDENCIES = ["optolink", "api"]
|
||||
DEPENDENCIES = ["optolink"]
|
||||
CODEOWNERS = ["@j0ta29"]
|
||||
|
||||
TextSensorType = optolink_ns.enum("TextSensorType")
|
||||
|
|
Loading…
Reference in a new issue