From b161de429b3f147375c140b47c1bb75bc9d350e9 Mon Sep 17 00:00:00 2001 From: Andrew Jackson Date: Sat, 3 Feb 2024 11:41:52 +0000 Subject: [PATCH] Add link on library.md --- .github/scripts/library_doc/generate_file.py | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/scripts/library_doc/generate_file.py b/.github/scripts/library_doc/generate_file.py index 7984ba08..59fc2c58 100644 --- a/.github/scripts/library_doc/generate_file.py +++ b/.github/scripts/library_doc/generate_file.py @@ -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: