Skip to content

Commit

Permalink
update new-device
Browse files Browse the repository at this point in the history
  • Loading branch information
bmos committed Dec 15, 2023
1 parent 4b27938 commit 41da5a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/new-device.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
devices.append(new_device)
# Save manufacturer and model string for use in naming the pull request
set_output("mm", "device['manufacturer']} - {device['model']")
set_output("mm", f"{device['manufacturer']} - {device['model']}")
with open("custom_components/battery_notes/data/library.json", "w") as f:
f.write(json.dumps(devices_json, indent=2))
Expand Down

0 comments on commit 41da5a5

Please sign in to comment.