Skip to content

Commit 03a39d1

Browse files
authored
add more lines from const (#66)
1 parent 2d70b70 commit 03a39d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generate_phacc/generate_phacc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
with open(os.path.join(PACKAGE_DIR, CONST_FILE), "r") as original_file:
5858
data = original_file.readlines()
5959
with open(os.path.join(PACKAGE_DIR, CONST_FILE), "w") as new_file:
60-
new_file.write("".join(data[0:6]))
60+
new_file.write("".join(data[0:10]))
6161

6262
added_text = "This file is originally from homeassistant/core and modified by pytest-homeassistant-custom-component.\n"
6363
triple_quote = '"""\n'

0 commit comments

Comments
 (0)