diff --git a/custom_components/evcc_intg/__init__.py b/custom_components/evcc_intg/__init__.py index 513763a..5aac0f6 100644 --- a/custom_components/evcc_intg/__init__.py +++ b/custom_components/evcc_intg/__init__.py @@ -166,7 +166,6 @@ async def read_evcc_config_on_startup(self): ("IP", self._config_entry.options.get(CONF_HOST, self._config_entry.data.get(CONF_HOST))), }, "manufacturer": MANUFACTURER, - "suggested_area": "Basement", "name": NAME, "sw_version": self._version } diff --git a/custom_components/evcc_intg/manifest.json b/custom_components/evcc_intg/manifest.json index f29f76e..240498d 100644 --- a/custom_components/evcc_intg/manifest.json +++ b/custom_components/evcc_intg/manifest.json @@ -10,5 +10,5 @@ "iot_class": "local_polling", "issue_tracker": "https://github.com/marq24/ha-evcc/issues", "requirements": [], - "version": "2025.1.0" + "version": "2025.1.1" }