Skip to content

Commit

Permalink
actually update api (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobdonenfeld authored Jun 30, 2024
1 parent e3df8df commit aa783a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ __pycache__/
.DS_Store
.pytest_cache
.coverage
venv/
2 changes: 1 addition & 1 deletion custom_components/aerogarden/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
_LOGGER = logging.getLogger(__name__)

DOMAIN = "aerogarden"
DEFAULT_HOST = "https://app3.aerogarden.com:8443"
DEFAULT_HOST = "https://app4.aerogarden.com"

MIN_TIME_BETWEEN_UPDATES = timedelta(seconds=30)

Expand Down

0 comments on commit aa783a3

Please sign in to comment.