Skip to content

Commit

Permalink
Fix issue registry init
Browse files Browse the repository at this point in the history
  • Loading branch information
rikroe committed Dec 2, 2024
1 parent d01dbfd commit adfb34c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion create_issue.patch
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ index 9e43cfc..9921e3f 100644
+ hass,
+ DOMAIN,
+ "stop_using_custom_component",
+ version="2024.12.0",
+ is_fixable=False,
+ severity=ir.IssueSeverity.ERROR,
+ translation_key="stop_using_custom_component",
Expand Down
1 change: 0 additions & 1 deletion custom_components/bmw_connected_drive/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
hass,
DOMAIN,
"stop_using_custom_component",
version="2024.12.0",
is_fixable=False,
severity=ir.IssueSeverity.ERROR,
translation_key="stop_using_custom_component",
Expand Down
2 changes: 1 addition & 1 deletion custom_components/bmw_connected_drive/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"documentation": "https://www.home-assistant.io/integrations/bmw_connected_drive",
"iot_class": "cloud_polling",
"loggers": ["bimmer_connected"],
"version": "20241201.1",
"version": "20241202.1",
"requirements": ["bimmer-connected[china]==0.17.2"]
}

0 comments on commit adfb34c

Please sign in to comment.