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:
Cameron Gray 2023-02-05 12:38:59 +02:00 committed by GitHub
parent 329d50865a
commit 04e05af44c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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(