Skip to content

Commit

Permalink
cleanup logging pt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
jbergler committed Mar 26, 2023
1 parent 96ae4b2 commit 5d912c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/intesisbox/climate.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ class IntesisBoxAC(ClimateEntity):

def __init__(self, controller, name = None, unique_id = None):
"""Initialize the thermostat."""
_LOGGER.debug(f"Setting up climate device {name!r}")
_LOGGER.debug("Setting up climate device.")
self._controller = controller

self._deviceid = controller.device_mac_address
Expand Down

0 comments on commit 5d912c3

Please sign in to comment.