Skip to content

Commit

Permalink
Add "learn more" to forecasts not updating issue #238
Browse files Browse the repository at this point in the history
  • Loading branch information
autoSteve committed Jan 31, 2025
1 parent 430e40c commit 111c6cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/solcast_solar/solcastapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -3069,7 +3069,7 @@ def set_assessment(forecasts_date, expected_intervals, intervals, is_correct: bo
is_persistent=True,
severity=ir.IssueSeverity.WARNING,
translation_key="records_missing",
learn_more_url="",
learn_more_url="https://github.com/BJReplay/ha-solcast-solar",
)
else:
ir.async_delete_issue(self.hass, DOMAIN, "records_missing")

0 comments on commit 111c6cb

Please sign in to comment.