mirror of
https://github.com/esphome/esphome.git
synced 2024-11-22 23:18:10 +01:00
Lint
This commit is contained in:
parent
f3ee5b55e9
commit
69a74a30e8
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@ from esphome.const import CONF_DATA, CONF_DATA_TEMPLATE, CONF_ID, CONF_PASSWORD,
|
|||
from esphome.core import CORE
|
||||
from esphome.cpp_generator import Pvariable, add, get_variable, process_lambda
|
||||
from esphome.cpp_helpers import setup_component
|
||||
from esphome.cpp_types import Action, App, Component, StoringController, esphome_ns, Trigger, bool_, \
|
||||
int32, float_, std_string
|
||||
from esphome.cpp_types import Action, App, Component, StoringController, esphome_ns, Trigger, \
|
||||
bool_, int32, float_, std_string
|
||||
|
||||
api_ns = esphome_ns.namespace('api')
|
||||
APIServer = api_ns.class_('APIServer', Component, StoringController)
|
||||
|
|
Loading…
Reference in a new issue