Final tweaks for 2.0 release

This commit is contained in:
2022-09-03 10:36:14 +00:00
parent 1a3a7b2e95
commit 6f2c139b89
7 changed files with 244 additions and 235 deletions

File diff suppressed because one or more lines are too long

View File

@@ -14,5 +14,4 @@ class BrowserModConfigFlow(config_entries.ConfigFlow):
async def async_step_user(self, user_input=None):
if self._async_current_entries():
return self.async_abort(reason="single_instance_allowed")
_LOGGER.error("Running async_create_entry")
return self.async_create_entry(title="Browser Mod", data={})