We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 675f2c6 commit 3b6c3c0Copy full SHA for 3b6c3c0
custom_components/daikin_onecta/water_heater.py
@@ -54,7 +54,7 @@ def __init__(self, device, coordinator, management_point_type, embedded_id):
54
self._management_point_type = management_point_type
55
self.update_state()
56
if self.supported_features & WaterHeaterEntityFeature.TARGET_TEMPERATURE:
57
- _LOGGER.debug("Device '%'s: tank temperature is settable", device.name)
+ _LOGGER.debug("Device '%s': tank temperature is settable", device.name)
58
59
def update_state(self) -> None:
60
self._attr_name = self._device.name
0 commit comments