mirror of
https://github.com/esphome/esphome.git
synced 2024-11-17 10:55:36 +01:00
remove old keys
This commit is contained in:
parent
c22975fffe
commit
752b7a2b36
@ -21,14 +21,16 @@ from esphome.components.zephyr import (
|
||||
zephyr_set_core_data,
|
||||
zephyr_to_code,
|
||||
)
|
||||
from .boards_zephyr import BOARDS_ZEPHYR
|
||||
from .const import (
|
||||
from esphome.components.zephyr.const import (
|
||||
ZEPHYR_VARIANT_GENERIC,
|
||||
ZEPHYR_VARIANT_NRF_SDK,
|
||||
KEY_ZEPHYR,
|
||||
)
|
||||
from .boards_zephyr import BOARDS_ZEPHYR
|
||||
from .const import (
|
||||
KEY_BOOTLOADER,
|
||||
BOOTLOADER_MCUBOOT,
|
||||
BOOTLOADER_ADAFRUIT,
|
||||
KEY_ZEPHYR,
|
||||
)
|
||||
|
||||
# force import gpio to register pin schema
|
||||
|
@ -1,8 +1,3 @@
|
||||
KEY_ZEPHYR = "zephyr"
|
||||
KEY_PRJ_CONF = "prj_conf"
|
||||
KEY_OVERLAY = "overlay"
|
||||
KEY_BOOTLOADER = "bootloader"
|
||||
ZEPHYR_VARIANT_GENERIC = "generic"
|
||||
ZEPHYR_VARIANT_NRF_SDK = "nrf-sdk"
|
||||
BOOTLOADER_MCUBOOT = "mcuboot"
|
||||
BOOTLOADER_ADAFRUIT = "adafruit"
|
||||
|
Loading…
Reference in New Issue
Block a user