2
.github/workflows/validate_python.yml
vendored
2
.github/workflows/validate_python.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v1
|
||||
with:
|
||||
python-version: 3.7.4
|
||||
python-version: 3.7.17
|
||||
architecture: x64
|
||||
- name: Checkout PyTorch
|
||||
uses: actions/checkout@main
|
||||
|
||||
@@ -11,8 +11,8 @@ CONFIG_SCHEMA = cv.All(
|
||||
cv.Schema({}),
|
||||
)
|
||||
|
||||
@coroutine_with_priority(1.0)
|
||||
|
||||
@coroutine_with_priority(1.0)
|
||||
async def to_code(config):
|
||||
cg.add_define("USE_NSPANEL_HA_BLUEPRINT")
|
||||
cg.add_global(nspanel_ha_blueprint_ns.using)
|
||||
|
||||
@@ -5,14 +5,16 @@ from esphome.core import coroutine_with_priority
|
||||
|
||||
CODEOWNERS = ["@edwardtfn"]
|
||||
|
||||
nspanel_ha_blueprint_upload_tft_ns = cg.esphome_ns.namespace('nspanel_ha_blueprint_upload_tft')
|
||||
nspanel_ha_blueprint_upload_tft_ns = cg.esphome_ns.namespace(
|
||||
'nspanel_ha_blueprint_upload_tft'
|
||||
)
|
||||
|
||||
CONFIG_SCHEMA = cv.All(
|
||||
cv.Schema({}),
|
||||
)
|
||||
|
||||
@coroutine_with_priority(1.0)
|
||||
|
||||
@coroutine_with_priority(1.0)
|
||||
async def to_code(config):
|
||||
cg.add_define("USE_NSPANEL_HA_BLUEPRINT_UPLOAD_TFT")
|
||||
cg.add_global(nspanel_ha_blueprint_upload_tft_ns.using)
|
||||
|
||||
Reference in New Issue
Block a user