Intellifire: fix incorrect name attribute in debug log when setting flame height (#109168)

pull/109189/head
julienfreche 2024-01-30 20:52:02 -08:00 committed by GitHub
parent 7e99ddcac9
commit 5fd6028d97
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ class IntellifireFlameControlEntity(IntellifireEntity, NumberEntity):
value_to_send: int = int(value) - 1
LOGGER.debug(
"%s set flame height to %d with raw value %s",
self._attr_name,
self.name,
value,
value_to_send,
)