We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ba3fc89 + b6e3f41 commit bb09d7fCopy full SHA for bb09d7f
ESPHome/TX-Ultimate-Easy-ESPHome_core_common.yaml
@@ -101,7 +101,6 @@ globals:
101
type: std::string
102
restore_value: true
103
max_restore_data_length: 3
104
- # initial_value: "''"
105
106
logger:
107
level: DEBUG
components/tx_ultimate_easy/__init__.py
@@ -1,11 +1,11 @@
1
import esphome.codegen as cg
2
import esphome.config_validation as cv
3
+from esphome import automation
4
from esphome.components import uart
5
from esphome.const import (
6
CONF_ID,
7
)
-
8
-from esphome import automation
+from esphome.core import CORE
9
10
CODEOWNERS = ["@edwardtfn"]
11
DEPENDENCIES = ['uart']
0 commit comments