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 2d70b70 commit 03a39d1Copy full SHA for 03a39d1
generate_phacc/generate_phacc.py
@@ -57,7 +57,7 @@
57
with open(os.path.join(PACKAGE_DIR, CONST_FILE), "r") as original_file:
58
data = original_file.readlines()
59
with open(os.path.join(PACKAGE_DIR, CONST_FILE), "w") as new_file:
60
- new_file.write("".join(data[0:6]))
+ new_file.write("".join(data[0:10]))
61
62
added_text = "This file is originally from homeassistant/core and modified by pytest-homeassistant-custom-component.\n"
63
triple_quote = '"""\n'
0 commit comments