Skip to content

Commit

Permalink
Fix solcast URL
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanmarlor committed Nov 22, 2022
1 parent a9ba485 commit 0f73dae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/foxess_em/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
# Configuration and options
SOLCAST_API_KEY = "key"
SOLCAST_SCAN_INTERVAL = "scan_interval"
SOLCAST_URL = "https://8877cafb-8d67-4284-b745-de66c8c184e5.mock.pstmn.io"
# SOLCAST_URL = "https://api.solcast.com.au"
# SOLCAST_URL = "https://8877cafb-8d67-4284-b745-de66c8c184e5.mock.pstmn.io"
SOLCAST_URL = "https://api.solcast.com.au"
FOX_USERNAME = "fox_username"
FOX_PASSWORD = "fox_password"

Expand Down

0 comments on commit 0f73dae

Please sign in to comment.