Skip to content

Commit

Permalink
Merge pull request #212 from Smart2TDad/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
mitch-dc committed Oct 22, 2023
2 parents 895736c + 5981529 commit 0fe51bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/volkswagen_we_connect_id/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ async def async_update_data():
_LOGGER,
name=DOMAIN,
update_method=async_update_data,
update_interval=timedelta(seconds=30),
update_interval=timedelta(seconds=45),
)

hass.data.setdefault(DOMAIN, {})
Expand Down

0 comments on commit 0fe51bb

Please sign in to comment.