Skip to content

Commit

Permalink
Increase coordinator update_interval for fyta (#125393)
Browse files Browse the repository at this point in the history
* Increase update_interval

* Update homeassistant/components/fyta/coordinator.py

---------

Co-authored-by: Joost Lekkerkerker <[email protected]>
  • Loading branch information
2 people authored and balloob committed Sep 6, 2024
1 parent 27dc2e1 commit e80e189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/components/fyta/coordinator.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def __init__(self, hass: HomeAssistant, fyta: FytaConnector) -> None:
hass,
_LOGGER,
name="FYTA Coordinator",
update_interval=timedelta(seconds=60),
update_interval=timedelta(minutes=4),
)
self.fyta = fyta

Expand Down

0 comments on commit e80e189

Please sign in to comment.