We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e0fa0a0 + 132df9e commit 7e9900cCopy full SHA for 7e9900c
blinkpy/blinkpy.py
@@ -144,9 +144,10 @@ def get_ids(self):
144
if str(resp['id']) == self.network_id:
145
self.account_id = resp['account_id']
146
if all_networks:
147
- _LOGGER.error(("More than one unboarded network. "
148
- "Platform may not work as intended. "
149
- "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 "
150
+ "open an issue on %s"), PROJECT_URL)
151
152
def refresh(self, force_cache=False):
153
"""
0 commit comments