You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tables_output+=f"## {num_devices} Devices in library\n\n"
63
-
tables_output+="This file is auto generated, do not modify\n\n"
64
-
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"
65
-
tables_output+=writer.dumps()
74
+
75
+
tables_output= [f"## {len(devices)} Devices in library\n\n"]
76
+
tables_output.append("This file is auto generated, do not modify\n\n")
77
+
tables_output.append(
78
+
"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"
0 commit comments