Fix typo (#3343)
parent
c028e1fc6f
commit
ac063f8e61
|
@ -65,7 +65,7 @@ class BloomSky(object):
|
||||||
|
|
||||||
@Throttle(MIN_TIME_BETWEEN_UPDATES)
|
@Throttle(MIN_TIME_BETWEEN_UPDATES)
|
||||||
def refresh_devices(self):
|
def refresh_devices(self):
|
||||||
"""Use the API to retreive a list of devices."""
|
"""Use the API to retrieve a list of devices."""
|
||||||
_LOGGER.debug("Fetching BloomSky update")
|
_LOGGER.debug("Fetching BloomSky update")
|
||||||
response = requests.get(self.API_URL,
|
response = requests.get(self.API_URL,
|
||||||
headers={"Authorization": self._api_key},
|
headers={"Authorization": self._api_key},
|
||||||
|
|
Loading…
Reference in New Issue