mirror of
https://github.com/esphome/esphome.git
synced 2024-11-28 12:46:22 +01:00
removed unnecessary dependencies
This commit is contained in:
parent
8b495ea941
commit
e4c1a8b58c
@ -18,7 +18,7 @@ from .. import (
|
|||||||
SENSOR_BASE_SCHEMA,
|
SENSOR_BASE_SCHEMA,
|
||||||
)
|
)
|
||||||
|
|
||||||
DEPENDENCIES = ["optolink", "api"]
|
DEPENDENCIES = ["optolink"]
|
||||||
CODEOWNERS = ["@j0ta29"]
|
CODEOWNERS = ["@j0ta29"]
|
||||||
|
|
||||||
TextType = optolink_ns.enum("TextType")
|
TextType = optolink_ns.enum("TextType")
|
||||||
|
@ -17,7 +17,7 @@ from .. import (
|
|||||||
SENSOR_BASE_SCHEMA,
|
SENSOR_BASE_SCHEMA,
|
||||||
)
|
)
|
||||||
|
|
||||||
DEPENDENCIES = ["optolink", "api"]
|
DEPENDENCIES = ["optolink"]
|
||||||
CODEOWNERS = ["@j0ta29"]
|
CODEOWNERS = ["@j0ta29"]
|
||||||
|
|
||||||
TextSensorType = optolink_ns.enum("TextSensorType")
|
TextSensorType = optolink_ns.enum("TextSensorType")
|
||||||
|
Loading…
Reference in New Issue
Block a user