Skip to content

Commit

Permalink
Bugfix: Electric Kiwi reduce interval so oauth doesn't expire (#99489)
Browse files Browse the repository at this point in the history
decrease interval time as EK have broken/changed their oauth again
  • Loading branch information
mikey0000 authored and balloob committed Sep 12, 2023
1 parent d5ff05b commit 367d893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/components/electric_kiwi/coordinator.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

_LOGGER = logging.getLogger(__name__)

HOP_SCAN_INTERVAL = timedelta(hours=2)
HOP_SCAN_INTERVAL = timedelta(minutes=20)


class ElectricKiwiHOPDataCoordinator(DataUpdateCoordinator[Hop]):
Expand Down

0 comments on commit 367d893

Please sign in to comment.