mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 09:47:13 +00:00
Fix typo (#3343)
This commit is contained in:
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…
x
Reference in New Issue
Block a user