Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/scripts/library_doc/generate_file.py
Original file line number Diff line number Diff line change
@@ -46,6 +46,7 @@ def generate_device_list():
writer.value_matrix = rows
tables_output += f"## {num_devices} Devices in library\n\n"
tables_output += "This file is auto generated, do not modify\n\n"
tables_output += "Request new devices to be added to the library [here](https://github.com/andrew-codechimp/HA-Battery-Notes/issues/new?template=new_device_request.yml&title=%5BDevice%5D%3A+)\n\n"
tables_output += writer.dumps()

with open("library.md", "w", encoding="UTF-8") as md_file:

0 comments on commit b161de4

Please sign in to comment.