Add log for successful update in no ip (#87441)
* Add Success logging as info message Create "Info Log" for when domain is successfully updated. * Update homeassistant/components/no_ip/__init__.py Co-authored-by: Martin Hjelmare <marhje52@gmail.com> * Closing Parenthesis added * amend as per black suggestion --------- Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
This commit is contained in:
parent
329d50865a
commit
04e05af44c
1 changed files with 1 additions and 0 deletions
|
@ -105,6 +105,7 @@ async def _update_no_ip(
|
|||
body = await resp.text()
|
||||
|
||||
if body.startswith("good") or body.startswith("nochg"):
|
||||
_LOGGER.debug("Updating NO-IP success: %s", domain)
|
||||
return True
|
||||
|
||||
_LOGGER.warning(
|
||||
|
|
Loading…
Add table
Reference in a new issue