Skip to content

Commit

Permalink
Update update.py #303
Browse files Browse the repository at this point in the history
  • Loading branch information
BenPru authored Dec 4, 2024
1 parent bbab400 commit 7542d0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/luxtronik/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ def latest_version(self) -> str | None:

def release_notes(self) -> str | None:
"""Build release notes."""
release_url = get_manufacturer_firmware_url_by_model(self.coordinator.model)
download_id = get_firmware_download_id(self.installed_version)
release_url = get_manufacturer_firmware_url_by_model(self.coordinator.model, download_id)
download_url = f"{DOWNLOAD_PORTAL_URL}{download_id}"
manual_url = (
FIRMWARE_UPDATE_MANUAL_DE
Expand Down

0 comments on commit 7542d0b

Please sign in to comment.