mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 14:15:12 +02:00
Intellifire: fix incorrect name attribute in debug log when setting flame height (#109168)
This commit is contained in:
@@ -69,7 +69,7 @@ class IntellifireFlameControlEntity(IntellifireEntity, NumberEntity):
|
|||||||
value_to_send: int = int(value) - 1
|
value_to_send: int = int(value) - 1
|
||||||
LOGGER.debug(
|
LOGGER.debug(
|
||||||
"%s set flame height to %d with raw value %s",
|
"%s set flame height to %d with raw value %s",
|
||||||
self._attr_name,
|
self.name,
|
||||||
value,
|
value,
|
||||||
value_to_send,
|
value_to_send,
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user