Skip to content

Commit

Permalink
removed 'suggested_area'
Browse files Browse the repository at this point in the history
  • Loading branch information
marq24 committed Jan 3, 2025
1 parent 0ef1684 commit b8b5601
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion custom_components/evcc_intg/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down
2 changes: 1 addition & 1 deletion custom_components/evcc_intg/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit b8b5601

Please sign in to comment.