We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db101a9 commit 6ab8d8fCopy full SHA for 6ab8d8f
1 file changed
.github/scripts/validate_translations.py
@@ -119,7 +119,7 @@ def validate_translations(translations_dir: Path) -> list[str]:
119
return errors
120
121
def main():
122
- repo_root = Path(__file__).parent.parent.parent.parent
+ repo_root = Path(__file__).parent.parent.parent
123
124
translations_dir = repo_root / "custom_components" / "powercalc" / "translations"
125
0 commit comments