Skip to content
This repository was archived by the owner on Feb 28, 2026. It is now read-only.

Commit adfb34c

Browse files
committed
Fix issue registry init
1 parent d01dbfd commit adfb34c

3 files changed

Lines changed: 1 addition & 3 deletions

File tree

create_issue.patch

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ index 9e43cfc..9921e3f 100644
1818
+ hass,
1919
+ DOMAIN,
2020
+ "stop_using_custom_component",
21-
+ version="2024.12.0",
2221
+ is_fixable=False,
2322
+ severity=ir.IssueSeverity.ERROR,
2423
+ translation_key="stop_using_custom_component",

custom_components/bmw_connected_drive/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
135135
hass,
136136
DOMAIN,
137137
"stop_using_custom_component",
138-
version="2024.12.0",
139138
is_fixable=False,
140139
severity=ir.IssueSeverity.ERROR,
141140
translation_key="stop_using_custom_component",

custom_components/bmw_connected_drive/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"documentation": "https://www.home-assistant.io/integrations/bmw_connected_drive",
77
"iot_class": "cloud_polling",
88
"loggers": ["bimmer_connected"],
9-
"version": "20241201.1",
9+
"version": "20241202.1",
1010
"requirements": ["bimmer-connected[china]==0.17.2"]
1111
}

0 commit comments

Comments
 (0)