mirror of
https://github.com/Andre0512/pyhOn.git
synced 2025-05-13 22:54:26 -04:00
Create cmd tool, full parameter name
This commit is contained in:
parent
ba054237f1
commit
83bb99a34e
6 changed files with 82 additions and 8 deletions
|
@ -69,7 +69,7 @@ class HonAuth:
|
|||
except json.JSONDecodeError:
|
||||
if framework := re.findall('clientOutOfSync.*?Expected: ([\\w-]+?) Actual: (.*?)"', text):
|
||||
self._framework, actual = framework[0]
|
||||
_LOGGER.warning('Framework update from "%s" to "%s"', self._framework, actual)
|
||||
_LOGGER.debug('Framework update from "%s" to "%s"', self._framework, actual)
|
||||
return await self._get_frontdoor_url(session, email, password)
|
||||
_LOGGER.error("Unable to retrieve the frontdoor URL. Message: " + text)
|
||||
return ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue