Skip to content

Commit

Permalink
Merge b150662 into 4d9ef9e
Browse files Browse the repository at this point in the history
  • Loading branch information
dshokouhi committed Oct 30, 2018
2 parents 4d9ef9e + b150662 commit f36251e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/components/bloomsky.py
Expand Up @@ -54,7 +54,7 @@ class BloomSky:
"""Handle all communication with the BloomSky API."""

# API documentation at http://weatherlution.com/bloomsky-api/
API_URL = 'https://api.bloomsky.com/api/skydata'
API_URL = 'http://api.bloomsky.com/api/skydata'

def __init__(self, api_key):
"""Initialize the BookSky."""
Expand Down

0 comments on commit f36251e

Please sign in to comment.