Skip to content

Commit

Permalink
Add Python version to issue ID (home-assistant#130611)
Browse files Browse the repository at this point in the history
  • Loading branch information
edenhaus authored Nov 14, 2024
1 parent c7ee7dc commit cd12720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ async def async_from_config_dict(
issue_registry.async_create_issue(
hass,
core.DOMAIN,
"python_version",
f"python_version_{required_python_version}",
is_fixable=False,
severity=issue_registry.IssueSeverity.WARNING,
breaks_in_ha_version=REQUIRED_NEXT_PYTHON_HA_RELEASE,
Expand Down

0 comments on commit cd12720

Please sign in to comment.