Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ect_id into main
  • Loading branch information
mitch-dc committed Jul 19, 2022
2 parents a5b2816 + 8650d77 commit 50cf598
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,6 @@ After that enable the integration on the integration page in Home Assistant with
* Volkswagen ID.3
* Volkswagen ID.4

## Requirements

Home Assistant Core *2022.7.0* or higher
1 change: 1 addition & 0 deletions custom_components/volkswagen_we_connect_id/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
password=entry.data["password"],
updateAfterLogin=False,
loginOnInit=False,
timeout=10
)

await hass.async_add_executor_job(_we_connect.login)
Expand Down

0 comments on commit 50cf598

Please sign in to comment.