Skip to content

Commit

Permalink
Disable always_update in enphase_envoy coordinator (home-assistant#97425
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Jul 28, 2023
1 parent a3110ef commit 1b6f15e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions homeassistant/components/enphase_envoy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ async def async_update_data():
name=f"envoy {name}",
update_method=async_update_data,
update_interval=SCAN_INTERVAL,
always_update=False,
)

try:
Expand Down

0 comments on commit 1b6f15e

Please sign in to comment.