Skip to content

Commit

Permalink
🎨 Improve warning for firmware update
Browse files Browse the repository at this point in the history
It will adjust expectations
  • Loading branch information
kamaradclimber committed Oct 22, 2023
1 parent bab331d commit a7686f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/aquarea/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,4 +156,5 @@ async def _update_latest_release(self):

def release_notes(self) -> str | None:
header = f"âš  Update is not supported via HA. Update is done via heishamon webui\n\n\n"
header += "HA needs to be restarted after heishamon update for this message to disappear\n\n\n"
return header + str(self._release_notes)

0 comments on commit a7686f8

Please sign in to comment.