1
0
mirror of https://github.com/esphome/esphome.git synced 2025-03-14 14:48:18 +00:00
This commit is contained in:
Otto Winter 2018-10-26 22:29:08 +02:00
parent 662b4ae966
commit da3ea59998
No known key found for this signature in database
GPG Key ID: DB66C0BE6013F97E

View File

@ -5,7 +5,7 @@ import esphomeyaml.config_validation as cv
from esphomeyaml.components.power_supply import PowerSupplyComponent
from esphomeyaml.const import CONF_INVERTED, CONF_MAX_POWER, CONF_POWER_SUPPLY, CONF_ID, CONF_LEVEL
from esphomeyaml.helpers import add, esphomelib_ns, get_variable, TemplateArguments, Pvariable, \
templatable, bool_, float_
templatable, float_
PLATFORM_SCHEMA = cv.PLATFORM_SCHEMA.extend({