diff --git a/homeassistant/components/intellifire/number.py b/homeassistant/components/intellifire/number.py index 5da3c3cdbf8..efcafd2acd8 100644 --- a/homeassistant/components/intellifire/number.py +++ b/homeassistant/components/intellifire/number.py @@ -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, )