Skip to content

Commit

Permalink
Raise refresh interval
Browse files Browse the repository at this point in the history
  • Loading branch information
MTrab committed Oct 9, 2023
1 parent d47615d commit e9eef2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/webastoconnect/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from .const import DOMAIN
from .pywebasto import WebastoConnect

SCAN_INTERVAL = timedelta(seconds=15)
SCAN_INTERVAL = timedelta(seconds=30)
LOGGER = logging.getLogger(__name__)


Expand Down

0 comments on commit e9eef2e

Please sign in to comment.