Merge pull request #111 from fronzbot/fix-typo

Reformatted log message when multiple networks detected.
This commit is contained in:
Kevin Fronczak
2018-10-30 20:07:03 -04:00
committed by GitHub
+4 -3
View File
@@ -144,9 +144,10 @@ class Blink():
if str(resp['id']) == self.network_id:
self.account_id = resp['account_id']
if all_networks:
_LOGGER.error(("More than one unboarded network. "
"Platform may not work as intended. "
"Please open an issue on %s"), PROJECT_URL)
_LOGGER.warning(("More than one onboarded network. "
"Platform may not work as intended. "
"If you experience problems, please "
"open an issue on %s"), PROJECT_URL)
def refresh(self, force_cache=False):
"""