mirror of
https://github.com/esphome/esphome.git
synced 2025-06-25 01:33:09 +01:00
Nextion upload and sensors (#1464)
Co-authored-by: Senex Crenshaw <senexcrenshaw@gmail.com>
This commit is contained in:
CODEOWNERS
esphome/components
nextion
__init__.pyautomation.hbase_component.pybinary_sensor.py
binary_sensor
display.pynextion.cppnextion.hnextion_base.hnextion_commands.cppnextion_component.cppnextion_component.hnextion_component_base.hnextion_upload.cppsensor
switch
text_sensor
uart
script
tests
@ -1,5 +1,6 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
from helpers import git_ls_files, filter_changed
|
||||
import codecs
|
||||
import collections
|
||||
import fnmatch
|
||||
@ -12,7 +13,6 @@ import functools
|
||||
import argparse
|
||||
|
||||
sys.path.append(os.path.dirname(__file__))
|
||||
from helpers import git_ls_files, filter_changed
|
||||
|
||||
|
||||
def find_all(a_str, sub):
|
||||
@ -562,6 +562,7 @@ def lint_inclusive_language(fname, match):
|
||||
"esphome/components/number/number.h",
|
||||
"esphome/components/output/binary_output.h",
|
||||
"esphome/components/output/float_output.h",
|
||||
"esphome/components/nextion/nextion_base.h",
|
||||
"esphome/components/sensor/sensor.h",
|
||||
"esphome/components/stepper/stepper.h",
|
||||
"esphome/components/switch/switch.h",
|
||||
|
Reference in New Issue
Block a user