mirror of
https://github.com/esphome/esphome.git
synced 2025-04-08 11:50:34 +01:00
remove duplicated definition
This commit is contained in:
parent
289f778fcd
commit
c57cf0aeec
@ -10,6 +10,7 @@ from esphome.const import (
|
||||
CONF_TYPE,
|
||||
CONF_FRAMEWORK,
|
||||
CONF_VARIANT,
|
||||
CONF_PLATFORM_VERSION,
|
||||
)
|
||||
from esphome.core import CORE, coroutine_with_priority
|
||||
from esphome.helpers import (
|
||||
@ -68,8 +69,6 @@ def _parse_platform_version(value):
|
||||
return value
|
||||
|
||||
|
||||
CONF_PLATFORM_VERSION = "platform_version"
|
||||
|
||||
PLATFORM_FRAMEWORK_SCHEMA = cv.All(
|
||||
cv.Schema(
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user