Skip to content

Commit

Permalink
fixed default_interval const
Browse files Browse the repository at this point in the history
  • Loading branch information
vaproloff committed Nov 12, 2024
1 parent a7522fa commit 6f049b9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions custom_components/tion/const.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
"""Constant variables used by integration."""

from datetime import timedelta
from enum import StrEnum

from homeassistant.const import Platform

DOMAIN = "tion"
DEFAULT_AUTH_FILENAME = "tion_auth"
DEFAULT_SCAN_INTERVAL = timedelta(minutes=1)
DEFAULT_SCAN_INTERVAL = 60
AUTH_DATA = "auth"
MANUFACTURER = "Tion"
PLATFORMS = [
Expand Down

0 comments on commit 6f049b9

Please sign in to comment.