mirror of
https://github.com/esphome/esphome.git
synced 2025-06-18 06:15:46 +01:00
Change most references from hassio to ha-addon (#3178)
This commit is contained in:
.github/workflows
docker
esphome
requirements.txtscript
tests/unit_tests
@ -222,7 +222,13 @@ def lint_ext_check(fname):
|
||||
|
||||
|
||||
@lint_file_check(
|
||||
exclude=["**.sh", "docker/hassio-rootfs/**", "docker/*.py", "script/*", "setup.py"]
|
||||
exclude=[
|
||||
"**.sh",
|
||||
"docker/ha-addon-rootfs/**",
|
||||
"docker/*.py",
|
||||
"script/*",
|
||||
"setup.py",
|
||||
]
|
||||
)
|
||||
def lint_executable_bit(fname):
|
||||
ex = EXECUTABLE_BIT[fname]
|
||||
|
Reference in New Issue
Block a user