Skip to content

Commit

Permalink
update api
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobdonenfeld committed Jul 2, 2024
1 parent 3f8b339 commit 5967a59
Showing 1 changed file with 1 addition and 1 deletion.
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 5967a59

Please sign in to comment.