Skip to content

Commit 3b6c3c0

Browse files
committed
Fixed debug message
* custom_components/daikin_onecta/water_heater.py:
1 parent 675f2c6 commit 3b6c3c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/daikin_onecta/water_heater.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def __init__(self, device, coordinator, management_point_type, embedded_id):
5454
self._management_point_type = management_point_type
5555
self.update_state()
5656
if self.supported_features & WaterHeaterEntityFeature.TARGET_TEMPERATURE:
57-
_LOGGER.debug("Device '%'s: tank temperature is settable", device.name)
57+
_LOGGER.debug("Device '%s': tank temperature is settable", device.name)
5858

5959
def update_state(self) -> None:
6060
self._attr_name = self._device.name

0 commit comments

Comments
 (0)