This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# See: https://esphome.io/guides/contributing.html#extras | |
import esphome.codegen as cg | |
import esphome.config_validation as cv | |
from esphome import pins | |
from esphome.const import ( | |
CONF_ID, | |
CONF_FREQUENCY, | |
) |